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.cc513 int64_t CodedInputStream::ReadVarint32Fallback(uint32_t first_byte_or_zero) { in ReadVarint32Fallback()
587 uint32_t CodedInputStream::ReadTagFallback(uint32_t first_byte_or_zero) { in ReadTagFallback()
Dcoded_stream.h1412 uint32_t first_byte_or_zero = 0; in ReadTagWithCutoffNoLastTag() local