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);
392 void SetTotalBytesLimit(int total_bytes_limit);397 void SetTotalBytesLimit(int total_bytes_limit, int) { in SetTotalBytesLimit() argument398 SetTotalBytesLimit(total_bytes_limit); in SetTotalBytesLimit()
179 void CodedInputStream::SetTotalBytesLimit(int total_bytes_limit) { in SetTotalBytesLimit() argument183 total_bytes_limit_ = std::max(current_position, total_bytes_limit); in SetTotalBytesLimit()