Home
last modified time | relevance | path

Searched defs:closest_limit (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DCodedInputStream.php96 $closest_limit = min($this->current_limit, $this->total_bytes_limit); variable
/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc107 int closest_limit = std::min(current_limit_, total_bytes_limit_); in RecomputeBufferLimits() local
214 int closest_limit = std::min(current_limit_, total_bytes_limit_); in SkipFallback() local
282 int closest_limit = std::min(current_limit_, total_bytes_limit_); in ReadStringFallback() local

Completed in 3 milliseconds