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.cc80 if (total_bytes_warning_threshold_ == -2) { in ~CodedInputStream()
193 total_bytes_warning_threshold_ = warning_threshold; in SetTotalBytesLimit()
196 total_bytes_warning_threshold_ = -1; in SetTotalBytesLimit()
567 if (total_bytes_warning_threshold_ >= 0 && in Refresh()
568 total_bytes_read_ >= total_bytes_warning_threshold_) { in Refresh()
578 total_bytes_warning_threshold_ = -2; in Refresh()
Dcoded_stream.h553 int total_bytes_warning_threshold_; variable
1255 total_bytes_warning_threshold_(kDefaultTotalBytesWarningThreshold), in CodedInputStream()
1276 total_bytes_warning_threshold_(kDefaultTotalBytesWarningThreshold), in CodedInputStream()