HomeSort by relevance Sort by last modified time
    Searched refs:total_bytes_warning_threshold_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream.cc 77 if (total_bytes_warning_threshold_ == -2) {
162 total_bytes_warning_threshold_ = warning_threshold;
165 total_bytes_warning_threshold_ = -1;
503 if (total_bytes_warning_threshold_ >= 0 &&
504 total_bytes_read_ >= total_bytes_warning_threshold_) {
514 total_bytes_warning_threshold_ = -2;
coded_stream.h 499 int total_bytes_warning_threshold_; member in class:google::protobuf::io::CodedInputStream
    [all...]

Completed in 370 milliseconds