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

  /external/protobuf/src/google/protobuf/io/
coded_stream.h 472 int total_bytes_warning_threshold_; member in class:google::protobuf::io::CodedInputStream
    [all...]
coded_stream.cc 142 total_bytes_warning_threshold_ = warning_threshold;
476 if (total_bytes_warning_threshold_ >= 0 &&
477 total_bytes_read_ >= total_bytes_warning_threshold_) {
487 total_bytes_warning_threshold_ = -1;

Completed in 56 milliseconds