Searched defs:_DecodeVarint (Results 1 - 2 of 2) sorted by relevance

/external/nanopb-c/generator/google/protobuf/internal/
H A Ddecoder.py152 _DecodeVarint = _VarintDecoder((1 << 64) - 1) variable
187 _DecodeVarint()
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
[all...]
/external/protobuf/python/google/protobuf/internal/
H A Ddecoder.py167 _DecodeVarint = _VarintDecoder((1 << 64) - 1, long) variable
204 _DecodeVarint()
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
[all...]

Completed in 63 milliseconds