Home
last modified time | relevance | path

Searched refs:ReadTagNoLastTag (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h268 return last_tag_ = ReadTagNoLastTag(); in ReadTag()
271 PROTOBUF_ALWAYS_INLINE uint32 ReadTagNoLastTag();
1375 inline uint32 CodedInputStream::ReadTagNoLastTag() { in ReadTagNoLastTag() function
Dcoded_stream_unittest.cc245 input.ReadTagNoLastTag(); in TEST_F()
1227 EXPECT_EQ(0, coded_input.ReadTagNoLastTag()); in TEST_F()
1235 EXPECT_EQ(0, coded_input.ReadTagNoLastTag()); in TEST_F()
/third_party/protobuf/src/google/protobuf/
Ddescriptor_database.cc600 if (input.ReadTagNoLastTag() == kNameTag) { in FindNameOfFileContainingSymbol()
Dwire_format_lite.h1802 const uint32 tag = input->ReadTagNoLastTag(); in ParseMessageSetItemImpl()