Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/io/
Dcoded_stream.h1035 const uint32 kMax1ByteVarint = 0x7f; in ReadTagWithCutoff() local
1038 return std::make_pair(tag, cutoff >= kMax1ByteVarint || tag <= cutoff); in ReadTagWithCutoff()