Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. CodedInputStream.php

function CodedInputStream::bufferSize

1 call to CodedInputStream::bufferSize()
CodedInputStream::readRaw in vendor/google/protobuf/src/Google/Protobuf/Internal/CodedInputStream.php

File

vendor/google/protobuf/src/Google/Protobuf/Internal/CodedInputStream.php, line 53

Class

CodedInputStream

Namespace

Google\Protobuf\Internal

Code

public function bufferSize() {
    return $this->buffer_end - $this->current;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal