Searched refs:UInt64ByteSize (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/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 | 132 [wire_format.UInt64ByteSize, 0, 1], 133 [wire_format.UInt64ByteSize, 127, 1], 134 [wire_format.UInt64ByteSize, 128, 2], 135 [wire_format.UInt64ByteSize, wire_format.UINT64_MAX, 10], 249 wire_format.UInt64ByteSize, 1, 1 << 128)
|
D | type_checkers.py | 177 _FieldDescriptor.TYPE_UINT64: wire_format.UInt64ByteSize,
|