Searched defs:ExpectAtEnd (Results 1 - 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h273 // if more bytes can be read. If ExpectAtEnd() returns true, a subsequent
276 bool ExpectAtEnd();
487 // at EOF, or by ExpectAtEnd() when it returns true. This happens when we
980 inline bool CodedInputStream::ExpectAtEnd() { function in class:google::protobuf::io::CodedInputStream

Completed in 515 milliseconds