Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.cc457 int64 CodedInputStream::ReadVarint32Fallback(uint32 first_byte_or_zero) { in ReadVarint32Fallback()
531 uint32 CodedInputStream::ReadTagFallback(uint32 first_byte_or_zero) { in ReadTagFallback()
Dcoded_stream.h1393 uint32 first_byte_or_zero = 0; in ReadTagWithCutoffNoLastTag() local