Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h632 uint32 ReadTagFallback(uint32 first_byte_or_zero);
1024 v = ReadTagFallback(v); in ReadTagNoLastTag()
1064 const uint32 tag = ReadTagFallback(first_byte_or_zero); in ReadTagWithCutoffNoLastTag()
Dcoded_stream.cc502 uint32 CodedInputStream::ReadTagFallback(uint32 first_byte_or_zero) { in ReadTagFallback() function in google::protobuf::io::CodedInputStream
/external/protobuf/src/google/protobuf/
Dparse_context.h431 std::pair<const char*, uint32> ReadTagFallback(const char* p, uint32 res);
445 auto tmp = ReadTagFallback(p + 2, res); in ReadTag()
465 auto tmp = ReadTagFallback(p + 2, res); in ReadTag()
Dparse_context.cc319 std::pair<const char*, uint32> ReadTagFallback(const char* p, uint32 res) { in ReadTagFallback() function