Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
CodedInputStream.php
function CodedInputStream::advance
2 calls to
CodedInputStream::advance()
CodedInputStream::readRaw
in vendor/
google/
protobuf/
src/
Google/
Protobuf/
Internal/
CodedInputStream.php
CodedInputStream::readVarint64
in vendor/
google/
protobuf/
src/
Google/
Protobuf/
Internal/
CodedInputStream.php
Read Uint64 into $var. Advance buffer with consumed bytes.
File
vendor/
google/
protobuf/
src/
Google/
Protobuf/
Internal/
CodedInputStream.php
, line 48
Class
CodedInputStream
Namespace
Google\Protobuf\Internal
Code
private
function
advance
(
$amount
) {
$this
->
current
+=
$amount
; }
RSS feed