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