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.cc65 int backup_bytes = BufferSize() + buffer_size_after_limit_ + overflow_bytes_; in BackUpInputToCurrentPosition()
73 overflow_bytes_ = 0; in BackUpInputToCurrentPosition()
462 if (buffer_size_after_limit_ > 0 || overflow_bytes_ > 0 || in Refresh()
510 overflow_bytes_ = total_bytes_read_ - (INT_MAX - buffer_size); in Refresh()
511 buffer_end_ -= overflow_bytes_; in Refresh()
Dcoded_stream.h444 int overflow_bytes_; variable
1043 overflow_bytes_(0), in CodedInputStream()
1064 overflow_bytes_(0), in CodedInputStream()