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()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()
553 int total_bytes_warning_threshold_; variable1255 total_bytes_warning_threshold_(kDefaultTotalBytesWarningThreshold), in CodedInputStream()1276 total_bytes_warning_threshold_(kDefaultTotalBytesWarningThreshold), in CodedInputStream()