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

  /external/protobuf/src/google/protobuf/io/
coded_stream.cc 91 int backup_bytes = BufferSize() + buffer_size_after_limit_ + overflow_bytes_;
95 // total_bytes_read_ doesn't include overflow_bytes_.
99 overflow_bytes_ = 0;
521 if (buffer_size_after_limit_ > 0 || overflow_bytes_ > 0 ||
566 // overflow_bytes_ = total_bytes_read_ + buffer_size - INT_MAX;
569 overflow_bytes_ = total_bytes_read_ - (INT_MAX - buffer_size);
570 buffer_end_ -= overflow_bytes_;
coded_stream.h 481 int overflow_bytes_; member in class:google::protobuf::io::CodedInputStream
    [all...]

Completed in 51 milliseconds