HomeSort by relevance Sort by last modified time
    Searched full:total_bytes_limit_ (Results 1 - 24 of 24) sorted by null

  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 108 int closest_limit = std::min(current_limit_, total_bytes_limit_);
191 total_bytes_limit_ = std::max(current_position, total_bytes_limit);
202 if (total_bytes_limit_ == INT_MAX) return -1;
203 return total_bytes_limit_ - CurrentPosition();
208 "big (more than " << total_bytes_limit_
236 int closest_limit = std::min(current_limit_, total_bytes_limit_);
273 int closest_limit = std::min(current_limit_, total_bytes_limit_);
416 // we hit total_bytes_limit_, which, unlike normal limits, is not a
419 if (current_position >= total_bytes_limit_) {
420 // Hit total_bytes_limit_. But if we also hit the normal limit
    [all...]
coded_stream.h 547 int total_bytes_limit_; member in class:google::protobuf::io::CodedInputStream
575 // current_limit_ or total_bytes_limit_ changes.
578 // Writes an error message saying that we hit total_bytes_limit_.
    [all...]
coded_stream_unittest.cc     [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 493 int total_bytes_limit_; member in class:google::protobuf::io::CodedInputStream
520 // current_limit_ or total_bytes_limit_ changes.
523 // Writes an error message saying that we hit total_bytes_limit_.
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 493 int total_bytes_limit_; member in class:google::protobuf::io::CodedInputStream
520 // current_limit_ or total_bytes_limit_ changes.
523 // Writes an error message saying that we hit total_bytes_limit_.
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h 493 int total_bytes_limit_; member in class:google::protobuf::io::CodedInputStream
520 // current_limit_ or total_bytes_limit_ changes.
523 // Writes an error message saying that we hit total_bytes_limit_.
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 493 int total_bytes_limit_; member in class:google::protobuf::io::CodedInputStream
520 // current_limit_ or total_bytes_limit_ changes.
523 // Writes an error message saying that we hit total_bytes_limit_.
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 547 int total_bytes_limit_; member in class:google::protobuf::io::CodedInputStream
575 // current_limit_ or total_bytes_limit_ changes.
578 // Writes an error message saying that we hit total_bytes_limit_.
    [all...]
  /prebuilts/abi-dumps/vndk/current/arm/source-based/
libprotobuf-cpp-full.so.lsdump.gz 
libprotobuf-cpp-lite.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/arm64/source-based/
libprotobuf-cpp-full.so.lsdump.gz 
libprotobuf-cpp-lite.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/x86/source-based/
libprotobuf-cpp-full.so.lsdump.gz 
libprotobuf-cpp-lite.so.lsdump.gz 
  /prebuilts/abi-dumps/vndk/current/x86_64/source-based/
libprotobuf-cpp-full.so.lsdump.gz 
libprotobuf-cpp-lite.so.lsdump.gz 
  /prebuilts/misc/darwin-x86_64/protobuf2.5/lib/
libprotobuf-lite.a     [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/lib/
libprotobuf-lite.a     [all...]
libprotobuf.a     [all...]
  /prebuilts/misc/windows/protobuf2.5/lib/
libprotobuf-lite.a     [all...]
libprotobuf.a     [all...]
libprotoc.a     [all...]
  /prebuilts/tools/linux-x86_64/protoc/lib/
libprotobuf-lite.a     [all...]
libprotobuf.a     [all...]

Completed in 1413 milliseconds