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

Breadcrumb

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

function CodedInputStream::popLimit

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

File

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

Class

CodedInputStream

Namespace

Google\Protobuf\Internal

Code

public function popLimit($byte_limit) {
    $this->current_limit = $byte_limit;
    $this->recomputeBufferLimits();
    // We may no longer be at a legitimate message end.  ReadTag() needs to
    // be called again to find out.
    $this->legitimate_message_end = false;
}
RSS feed
Powered by Drupal