Home
last modified time | relevance | path

Searched defs:ReadTagFallback (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
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.cc373 std::pair<const char*, uint32> ReadTagFallback(const char* p, uint32 res) { in ReadTagFallback() function