Home
last modified time | relevance | path

Searched refs:ExpectAtEnd (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream_unittest.cc1126 TEST_F(CodedStreamTest, ExpectAtEnd) { in TEST_F() argument
1131 EXPECT_FALSE(coded_input.ExpectAtEnd()); in TEST_F()
1137 EXPECT_TRUE(coded_input.ExpectAtEnd()); in TEST_F()
1140 EXPECT_FALSE(coded_input.ExpectAtEnd()); in TEST_F()
Dcoded_stream.h314 bool ExpectAtEnd();
1481 inline bool CodedInputStream::ExpectAtEnd() { in ExpectAtEnd() function
/third_party/protobuf/src/google/protobuf/
Dmap_entry_lite.h380 if (input->ExpectAtEnd()) return true;