Home
last modified time | relevance | path

Searched refs:total_bytes_limit (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/io/
Dcoded_stream.cc187 int total_bytes_limit, int warning_threshold) { in SetTotalBytesLimit() argument
191 total_bytes_limit_ = std::max(current_position, total_bytes_limit); in SetTotalBytesLimit()
Dcoded_stream_unittest.cc136 int total_bytes_limit, int warning_threshold,
1230 int total_bytes_limit, int warning_threshold, in SetupTotalBytesLimitWarningTest() argument
1237 input.SetTotalBytesLimit(total_bytes_limit, warning_threshold); in SetupTotalBytesLimitWarningTest()
Dcoded_stream.h375 void SetTotalBytesLimit(int total_bytes_limit, int warning_threshold);