Searched refs:UInt64ByteSize (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/internal/ |
D | wire_format.py | 132 return UInt64ByteSize(field_number, 0xffffffffffffffff & int64) 136 return UInt64ByteSize(field_number, uint32) 139 def UInt64ByteSize(field_number, uint64): function 148 return UInt64ByteSize(field_number, ZigZagEncode(int64))
|
D | wire_format_test.py | 136 [wire_format.UInt64ByteSize, 0, 1], 137 [wire_format.UInt64ByteSize, 127, 1], 138 [wire_format.UInt64ByteSize, 128, 2], 139 [wire_format.UInt64ByteSize, wire_format.UINT64_MAX, 10], 253 wire_format.UInt64ByteSize, 1, 1 << 128)
|
D | type_checkers.py | 243 _FieldDescriptor.TYPE_UINT64: wire_format.UInt64ByteSize,
|