Searched refs:_DecodeVarint (Results 1 – 2 of 2) sorted by relevance
161 _DecodeVarint = _VarintDecoder((1 << 64) - 1, long) variable201 local_DecodeVarint = _DecodeVarint356 local_DecodeVarint = _DecodeVarint439 UInt64Decoder = _SimpleDecoder(wire_format.WIRETYPE_VARINT, _DecodeVarint)444 wire_format.WIRETYPE_VARINT, _DecodeVarint, wire_format.ZigZagDecode)458 wire_format.WIRETYPE_VARINT, _DecodeVarint, bool)464 local_DecodeVarint = _DecodeVarint510 local_DecodeVarint = _DecodeVarint594 local_DecodeVarint = _DecodeVarint664 local_DecodeVarint = _DecodeVarint[all …]
81 result, self._pos = decoder._DecodeVarint(self._bytes, self._pos)