Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dcoded_stream.cc92 int backup_bytes = BufferSize() + buffer_size_after_limit_ + overflow_bytes_; in BackUpInputToCurrentPosition()
100 overflow_bytes_ = 0; in BackUpInputToCurrentPosition()
590 if (buffer_size_after_limit_ > 0 || overflow_bytes_ > 0 || in Refresh()
624 overflow_bytes_ = total_bytes_read_ - (INT_MAX - buffer_size); in Refresh()
625 buffer_end_ -= overflow_bytes_; in Refresh()
Dcoded_stream.h547 int overflow_bytes_; variable
1348 overflow_bytes_(0), in CodedInputStream()
1368 overflow_bytes_(0), in CodedInputStream()