Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dcoded_stream.cc389 int64 CodedInputStream::ReadVarint32Fallback(uint32 first_byte_or_zero) { in ReadVarint32Fallback()
437 uint32 CodedInputStream::ReadTagFallback(uint32 first_byte_or_zero) { in ReadTagFallback()
Dcoded_stream.h955 uint32 first_byte_or_zero = 0; in ReadTagWithCutoff() local