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

Breadcrumb

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

function CodedInputStream::decrementRecursionDepthAndPopLimit

File

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

Class

CodedInputStream

Namespace

Google\Protobuf\Internal

Code

public function decrementRecursionDepthAndPopLimit($byte_limit) {
    $result = $this->consumedEntireMessage();
    $this->popLimit($byte_limit);
    ++$this->recursion_budget;
    return $result;
}
RSS feed
Powered by Drupal