Searched refs:total_bytes_warning_threshold_ (Results 1 – 2 of 2) sorted by relevance
142 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()
472 int total_bytes_warning_threshold_; variable1050 total_bytes_warning_threshold_(kDefaultTotalBytesWarningThreshold), in CodedInputStream()1071 total_bytes_warning_threshold_(kDefaultTotalBytesWarningThreshold), in CodedInputStream()