Searched refs:_DecodeVarint (Results 1 – 3 of 3) sorted by relevance
/external/nanopb-c/generator/google/protobuf/internal/ |
D | decoder.py | 152 _DecodeVarint = _VarintDecoder((1 << 64) - 1) variable 192 local_DecodeVarint = _DecodeVarint 355 UInt64Decoder = _SimpleDecoder(wire_format.WIRETYPE_VARINT, _DecodeVarint) 360 wire_format.WIRETYPE_VARINT, _DecodeVarint, wire_format.ZigZagDecode) 374 wire_format.WIRETYPE_VARINT, _DecodeVarint, bool) 380 local_DecodeVarint = _DecodeVarint 418 local_DecodeVarint = _DecodeVarint 502 local_DecodeVarint = _DecodeVarint 575 local_DecodeVarint = _DecodeVarint 653 (size, pos) = _DecodeVarint(buffer, pos)
|
/external/protobuf/python/google/protobuf/internal/ |
D | decoder.py | 167 _DecodeVarint = _VarintDecoder((1 << 64) - 1, long) variable 209 local_DecodeVarint = _DecodeVarint 374 local_DecodeVarint = _DecodeVarint 457 UInt64Decoder = _SimpleDecoder(wire_format.WIRETYPE_VARINT, _DecodeVarint) 462 wire_format.WIRETYPE_VARINT, _DecodeVarint, wire_format.ZigZagDecode) 476 wire_format.WIRETYPE_VARINT, _DecodeVarint, bool) 482 local_DecodeVarint = _DecodeVarint 528 local_DecodeVarint = _DecodeVarint 612 local_DecodeVarint = _DecodeVarint 685 local_DecodeVarint = _DecodeVarint [all …]
|
D | reflection_test.py | 77 result, self._pos = decoder._DecodeVarint(self._bytes, self._pos)
|