Searched defs:warning_threshold (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc156 int total_bytes_limit, int warning_threshold) {
161 if (warning_threshold >= 0) {
162 total_bytes_warning_threshold_ = warning_threshold;
164 // warning_threshold is negative
155 SetTotalBytesLimit( int total_bytes_limit, int warning_threshold) argument
H A Dcoded_stream_unittest.cc130 int total_bytes_limit, int warning_threshold,
1036 int total_bytes_limit, int warning_threshold,
1043 input.SetTotalBytesLimit(total_bytes_limit, warning_threshold);
1035 SetupTotalBytesLimitWarningTest( int total_bytes_limit, int warning_threshold, vector<string>* out_errors, vector<string>* out_warnings) argument
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc136 int total_bytes_limit, int warning_threshold) {
142 total_bytes_warning_threshold_ = warning_threshold;
135 SetTotalBytesLimit( int total_bytes_limit, int warning_threshold) argument

Completed in 74 milliseconds