Home
last modified time | relevance | path

Searched refs:ReadVarint32Fallback (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h619 int64 ReadVarint32Fallback(uint32 first_byte_or_zero);
1286 int64 result = ReadVarint32Fallback(v); in ReadVarint32()
Dcoded_stream.cc457 int64 CodedInputStream::ReadVarint32Fallback(uint32 first_byte_or_zero) { in ReadVarint32Fallback() function in google::protobuf::io::CodedInputStream
/third_party/protobuf/
Dlibprotobuf_lite.map214 "google::protobuf::io::CodedInputStream::ReadVarint32Fallback(unsigned int)";