Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc458 int64_t CodedInputStream::ReadVarint32Fallback(uint32_t first_byte_or_zero) { in ReadVarint32Fallback()
532 uint32_t CodedInputStream::ReadTagFallback(uint32_t first_byte_or_zero) { in ReadTagFallback()
H A Dcoded_stream.h1419 uint32_t first_byte_or_zero = 0; in ReadTagWithCutoffNoLastTag() local
/aosp_15_r20/external/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc458 int64_t CodedInputStream::ReadVarint32Fallback(uint32_t first_byte_or_zero) { in ReadVarint32Fallback()
532 uint32_t CodedInputStream::ReadTagFallback(uint32_t first_byte_or_zero) { in ReadTagFallback()
H A Dcoded_stream.h1419 uint32_t first_byte_or_zero = 0; in ReadTagWithCutoffNoLastTag() local