Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dcoded_stream.cc94 int backup_bytes = BufferSize() + buffer_size_after_limit_ + overflow_bytes_; in BackUpInputToCurrentPosition()
102 overflow_bytes_ = 0; in BackUpInputToCurrentPosition()
588 if (buffer_size_after_limit_ > 0 || overflow_bytes_ > 0 || in Refresh()
636 overflow_bytes_ = total_bytes_read_ - (INT_MAX - buffer_size); in Refresh()
637 buffer_end_ -= overflow_bytes_; in Refresh()
Dcoded_stream.h531 int overflow_bytes_; variable
1317 overflow_bytes_(0), in CodedInputStream()
1338 overflow_bytes_(0), in CodedInputStream()