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

/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h246 // if more bytes can be read. If ExpectAtEnd() returns true, a subsequent
249 bool ExpectAtEnd();
450 // at EOF, or by ExpectAtEnd() when it returns true. This happens when we
866 inline bool CodedInputStream::ExpectAtEnd() { function in class:google::protobuf::io::CodedInputStream
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h262 // if more bytes can be read. If ExpectAtEnd() returns true, a subsequent
265 bool ExpectAtEnd();
472 // at EOF, or by ExpectAtEnd() when it returns true. This happens when we
905 inline bool CodedInputStream::ExpectAtEnd() { function in class:google::protobuf::io::CodedInputStream

Completed in 149 milliseconds