Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dcoded_stream.cc142 total_bytes_warning_threshold_ = warning_threshold; in SetTotalBytesLimit()
476 if (total_bytes_warning_threshold_ >= 0 && in Refresh()
477 total_bytes_read_ >= total_bytes_warning_threshold_) { in Refresh()
487 total_bytes_warning_threshold_ = -1; in Refresh()
Dcoded_stream.h472 int total_bytes_warning_threshold_; variable
1050 total_bytes_warning_threshold_(kDefaultTotalBytesWarningThreshold), in CodedInputStream()
1071 total_bytes_warning_threshold_(kDefaultTotalBytesWarningThreshold), in CodedInputStream()