Home
last modified time | relevance | path

Searched refs:ReadTagFallback (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h631 uint32 ReadTagFallback(uint32 first_byte_or_zero);
1384 v = ReadTagFallback(v); in ReadTagNoLastTag()
1424 const uint32 tag = ReadTagFallback(first_byte_or_zero); in ReadTagWithCutoffNoLastTag()
Dcoded_stream.cc531 uint32 CodedInputStream::ReadTagFallback(uint32 first_byte_or_zero) { in ReadTagFallback() function in google::protobuf::io::CodedInputStream
/third_party/protobuf/src/google/protobuf/
Dparse_context.h496 std::pair<const char*, uint32> ReadTagFallback(const char* p, uint32 res);
511 auto tmp = ReadTagFallback(p, res);
Dparse_context.cc373 std::pair<const char*, uint32> ReadTagFallback(const char* p, uint32 res) { in ReadTagFallback() function
/third_party/protobuf/
Dlibprotobuf_lite.map12 "google::protobuf::internal::ReadTagFallback(char const*, unsigned int)";
212 "google::protobuf::io::CodedInputStream::ReadTagFallback(unsigned int)";