Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dcoded_stream.cc187 int total_bytes_limit, int warning_threshold) { in SetTotalBytesLimit() argument
192 if (warning_threshold >= 0) { in SetTotalBytesLimit()
193 total_bytes_warning_threshold_ = warning_threshold; 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.h386 void SetTotalBytesLimit(int total_bytes_limit, int warning_threshold);