Searched refs:ZigZagDecode (Results 1 – 6 of 6) sorted by relevance
110 def ZigZagDecode(value): function
91 Z = wire_format.ZigZagDecode
542 wire_format.WIRETYPE_VARINT, _DecodeVarint32, wire_format.ZigZagDecode)544 wire_format.WIRETYPE_VARINT, _DecodeVarint, wire_format.ZigZagDecode)
101 return wire_format.ZigZagDecode(self.ReadVarint())
87 Z = wire_format.ZigZagDecode
109 auto value = WireFormatLite::ZigZagDecode##SIZE(val); \ in ParseFieldWithExtensionInfo()