Home
last modified time | relevance | path

Searched refs:total_bytes_limit_ (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dcoded_stream.cc79 int closest_limit = min(current_limit_, total_bytes_limit_); in RecomputeBufferLimits()
141 total_bytes_limit_ = max(current_position, total_bytes_limit); in SetTotalBytesLimit()
148 "big (more than " << total_bytes_limit_ in PrintTotalBytesLimitError()
176 int closest_limit = min(current_limit_, total_bytes_limit_); in Skip()
349 if (current_position >= total_bytes_limit_) { in ReadTagSlow()
352 legitimate_message_end_ = current_limit_ == total_bytes_limit_; in ReadTagSlow()
386 total_bytes_read_ - buffer_size_after_limit_ < total_bytes_limit_) { in ReadTagFallback()
467 if (current_position >= total_bytes_limit_ && in Refresh()
468 total_bytes_limit_ != current_limit_) { in Refresh()
480 << total_bytes_limit_ << " bytes, parsing will be halted " in Refresh()
Dcoded_stream.h471 int total_bytes_limit_; variable
1049 total_bytes_limit_(kDefaultTotalBytesLimit), in CodedInputStream()
1070 total_bytes_limit_(kDefaultTotalBytesLimit), in CodedInputStream()