Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h962 const uint32 kMax1ByteVarint = 0x7f; in ReadTagWithCutoff() local
965 return std::make_pair(tag, cutoff >= kMax1ByteVarint || tag <= cutoff); in ReadTagWithCutoff()