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

/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))

Completed in 61 milliseconds