Searched refs:_DecodeVarint (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/python/google/protobuf/internal/ |
D | decoder.py | 166 _DecodeVarint = _VarintDecoder((1 << 64) - 1, long) variable 214 local_DecodeVarint = _DecodeVarint 389 local_DecodeVarint = _DecodeVarint 515 UInt64Decoder = _SimpleDecoder(wire_format.WIRETYPE_VARINT, _DecodeVarint) 520 wire_format.WIRETYPE_VARINT, _DecodeVarint, wire_format.ZigZagDecode) 534 wire_format.WIRETYPE_VARINT, _DecodeVarint, bool) 541 local_DecodeVarint = _DecodeVarint 600 local_DecodeVarint = _DecodeVarint 684 local_DecodeVarint = _DecodeVarint 754 local_DecodeVarint = _DecodeVarint [all …]
|
D | python_message.py | 1175 (tag, _) = decoder._DecodeVarint(tag_bytes, 0)
|
D | reflection_test.py | 86 result, self._pos = decoder._DecodeVarint(self._bytes, self._pos)
|