Home
last modified time | relevance | path

Searched refs:ZigZagDecode (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dwire_format.py110 def ZigZagDecode(value): function
Ddecoder.py285 wire_format.WIRETYPE_VARINT, _DecodeVarint32, wire_format.ZigZagDecode)
287 wire_format.WIRETYPE_VARINT, _DecodeVarint, wire_format.ZigZagDecode)
Dwire_format_test.py87 Z = wire_format.ZigZagDecode
Dreflection_test.py84 return wire_format.ZigZagDecode(self.ReadVarint())