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

Breadcrumb

  1. Drupal Core 11.1.x
  2. 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;
}

API Navigation

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