Searched refs:UInt64ByteSize (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dwire_format.py131 # Have to convert to uint before calling UInt64ByteSize().
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))
H A Dwire_format_test.py131 # UInt64ByteSize().
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)
H A Dtype_checkers.py177 _FieldDescriptor.TYPE_UINT64: wire_format.UInt64ByteSize,
/external/protobuf/python/google/protobuf/internal/
H A Dwire_format.py131 # Have to convert to uint before calling UInt64ByteSize().
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))
H A Dwire_format_test.py131 # UInt64ByteSize().
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)
H A Dtype_checkers.py177 _FieldDescriptor.TYPE_UINT64: wire_format.UInt64ByteSize,

Completed in 128 milliseconds