Searched refs:_VarintDecoder (Results 1 – 2 of 2) sorted by relevance
101 def _VarintDecoder(mask): function152 _DecodeVarint = _VarintDecoder((1 << 64) - 1)156 _DecodeVarint32 = _VarintDecoder((1 << 32) - 1)
107 def _VarintDecoder(mask, result_type): function167 _DecodeVarint = _VarintDecoder((1 << 64) - 1, long)171 _DecodeVarint32 = _VarintDecoder((1 << 32) - 1, int)