Searched refs:ZigZagDecode (Results 1 – 4 of 4) sorted by relevance
110 def ZigZagDecode(value): function
285 wire_format.WIRETYPE_VARINT, _DecodeVarint32, wire_format.ZigZagDecode)287 wire_format.WIRETYPE_VARINT, _DecodeVarint, wire_format.ZigZagDecode)
87 Z = wire_format.ZigZagDecode
84 return wire_format.ZigZagDecode(self.ReadVarint())