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
Namespace
Google\Protobuf\InternalCode
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;
}