Searched refs:total_bytes_limit (Results 1 – 3 of 3) sorted by relevance
48 private $total_bytes_limit; variable in Google\\Protobuf\\Internal\\CodedInputStream67 $this->total_bytes_limit = self::DEFAULT_TOTAL_BYTES_LIMIT;96 $closest_limit = min($this->current_limit, $this->total_bytes_limit);274 if ($current_position >= $this->total_bytes_limit) {278 ($this->current_limit === $this->total_bytes_limit);
393 void SetTotalBytesLimit(int total_bytes_limit);398 void SetTotalBytesLimit(int total_bytes_limit, int) { in SetTotalBytesLimit() argument399 SetTotalBytesLimit(total_bytes_limit); in SetTotalBytesLimit()
178 void CodedInputStream::SetTotalBytesLimit(int total_bytes_limit) { in SetTotalBytesLimit() argument182 total_bytes_limit_ = std::max(current_position, total_bytes_limit); in SetTotalBytesLimit()