Searched refs:kDefaultTotalBytesWarningThreshold (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h555 static const int kDefaultTotalBytesWarningThreshold = 32 << 20; // 32MB member in class:google::protobuf::io::CodedInputStream
1093 total_bytes_warning_threshold_(kDefaultTotalBytesWarningThreshold),
1114 total_bytes_warning_threshold_(kDefaultTotalBytesWarningThreshold),
/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h528 static const int kDefaultTotalBytesWarningThreshold = 32 << 20; // 32MB member in class:google::protobuf::io::CodedInputStream
1050 total_bytes_warning_threshold_(kDefaultTotalBytesWarningThreshold),
1071 total_bytes_warning_threshold_(kDefaultTotalBytesWarningThreshold),

Completed in 829 milliseconds