Home
last modified time | relevance | path

Searched refs:UInt32ByteSize (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dwire_format_test.py127 [wire_format.UInt32ByteSize, 0, 1],
128 [wire_format.UInt32ByteSize, 127, 1],
129 [wire_format.UInt32ByteSize, 128, 2],
130 [wire_format.UInt32ByteSize, wire_format.UINT32_MAX, 5],
Dwire_format.py135 def UInt32ByteSize(field_number, uint32): function
144 return UInt32ByteSize(field_number, ZigZagEncode(int32))
180 return UInt32ByteSize(field_number, enum)
Dtype_checkers.py186 _FieldDescriptor.TYPE_UINT32: wire_format.UInt32ByteSize,