Home
last modified time | relevance | path

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

/third_party/protobuf/python/google/protobuf/internal/
Dwire_format.py110 def ZigZagDecode(value): function
Dwire_format_test.py91 Z = wire_format.ZigZagDecode
Ddecoder.py542 wire_format.WIRETYPE_VARINT, _DecodeVarint32, wire_format.ZigZagDecode)
544 wire_format.WIRETYPE_VARINT, _DecodeVarint, wire_format.ZigZagDecode)
Dreflection_test.py101 return wire_format.ZigZagDecode(self.ReadVarint())
/third_party/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dwire_format_test.py87 Z = wire_format.ZigZagDecode
/third_party/protobuf/src/google/protobuf/
Dextension_set_inl.h109 auto value = WireFormatLite::ZigZagDecode##SIZE(val); \ in ParseFieldWithExtensionInfo()