Home
last modified time | relevance | path

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

/external/nanopb-c/generator/google/protobuf/internal/
Ddecoder.py152 _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/
Ddecoder.py167 _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 …]
Dreflection_test.py77 result, self._pos = decoder._DecodeVarint(self._bytes, self._pos)