Home | History | Annotate | Download | only in io

Lines Matching refs:buffer_end_

460   const uint8* buffer_end_;     // pointer to the end of the buffer.
758 if (GOOGLE_PREDICT_TRUE(buffer_ < buffer_end_) && *buffer_ < 0x80) {
768 if (GOOGLE_PREDICT_TRUE(buffer_ < buffer_end_) && *buffer_ < 0x80) {
843 if (GOOGLE_PREDICT_TRUE(buffer_ < buffer_end_) && buffer_[0] < 0x80) {
863 if (GOOGLE_PREDICT_TRUE(buffer_ < buffer_end_) && buffer_[0] == expected) {
902 *size = buffer_end_ - buffer_;
909 if (buffer_ == buffer_end_ &&
1078 return buffer_end_ - buffer_;
1084 buffer_end_(NULL),
1105 buffer_end_(buffer + size),