Home
last modified time | relevance | path

Searched refs:_DecodeVarint (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Ddecoder.py166 _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 …]
Dpython_message.py1175 (tag, _) = decoder._DecodeVarint(tag_bytes, 0)
Dreflection_test.py86 result, self._pos = decoder._DecodeVarint(self._bytes, self._pos)