Searched refs:total_bytes_warning_threshold_ (Results 1 – 2 of 2) sorted by relevance
80 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()602 if (total_bytes_warning_threshold_ >= 0 && in Refresh()603 total_bytes_read_ >= total_bytes_warning_threshold_) { in Refresh()613 total_bytes_warning_threshold_ = -2; in Refresh()
564 int total_bytes_warning_threshold_; variable1324 total_bytes_warning_threshold_(kDefaultTotalBytesWarningThreshold), in CodedInputStream()1345 total_bytes_warning_threshold_(kDefaultTotalBytesWarningThreshold), in CodedInputStream()