Searched refs:_VarintDecoder (Results 1 – 1 of 1) sorted by relevance
112 def _VarintDecoder(mask, result_type): function166 _DecodeVarint = _VarintDecoder((1 << 64) - 1, long)170 _DecodeVarint32 = _VarintDecoder((1 << 32) - 1, int)