Searched refs:kMax2ByteVarint (Results 1 – 1 of 1) sorted by relevance
1046 const uint32 kMax2ByteVarint = (0x7f << 7) + 0x7f; in ReadTagWithCutoff() local1055 bool at_or_below_cutoff = cutoff >= kMax2ByteVarint || tag <= cutoff; in ReadTagWithCutoff()