Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dcoded_stream.h1046 const uint32 kMax2ByteVarint = (0x7f << 7) + 0x7f; in ReadTagWithCutoff() local
1055 bool at_or_below_cutoff = cutoff >= kMax2ByteVarint || tag <= cutoff; in ReadTagWithCutoff()