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

  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 94 int backup_bytes = BufferSize() + buffer_size_after_limit_ + overflow_bytes_;
98 // total_bytes_read_ doesn't include overflow_bytes_.
102 overflow_bytes_ = 0;
553 if (buffer_size_after_limit_ > 0 || overflow_bytes_ > 0 ||
598 // overflow_bytes_ = total_bytes_read_ + buffer_size - INT_MAX;
601 overflow_bytes_ = total_bytes_read_ - (INT_MAX - buffer_size);
602 buffer_end_ -= overflow_bytes_;
coded_stream.h 520 int overflow_bytes_; member in class:google::protobuf::io::CodedInputStream
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 466 int overflow_bytes_; member in class:google::protobuf::io::CodedInputStream
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
coded_stream.h 466 int overflow_bytes_; member in class:google::protobuf::io::CodedInputStream
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
coded_stream.h 466 int overflow_bytes_; member in class:google::protobuf::io::CodedInputStream
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 520 int overflow_bytes_; member in class:google::protobuf::io::CodedInputStream
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
coded_stream.h 466 int overflow_bytes_; member in class:google::protobuf::io::CodedInputStream
    [all...]

Completed in 71 milliseconds