Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
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
; }
RSS feed