Home
last modified time | relevance | path

Searched refs:overflow_bytes_ (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.cc93 int backup_bytes = BufferSize() + buffer_size_after_limit_ + overflow_bytes_; in BackUpInputToCurrentPosition()
101 overflow_bytes_ = 0; in BackUpInputToCurrentPosition()
619 if (buffer_size_after_limit_ > 0 || overflow_bytes_ > 0 || in Refresh()
653 overflow_bytes_ = total_bytes_read_ - (INT_MAX - buffer_size); in Refresh()
654 buffer_end_ -= overflow_bytes_; in Refresh()
Dcoded_stream.h546 int overflow_bytes_; variable
1543 overflow_bytes_(0), in CodedInputStream()
1563 overflow_bytes_(0), in CodedInputStream()