Home
last modified time | relevance | path

Searched defs:ExpectTag (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/
Dparse_context.h396 bool ExpectTag(const char* ptr) { in ExpectTag() function
/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h1430 inline bool CodedInputStream::ExpectTag(uint32 expected) { in ExpectTag() function
Dcoded_stream_unittest.cc249 TEST_1D(CodedStreamTest, ExpectTag, kVarintCases) { in TEST_1D() argument