Searched refs:UInt32ByteSize (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/python/google/protobuf/internal/ |
D | wire_format.py | 135 def UInt32ByteSize(field_number, uint32): function 144 return UInt32ByteSize(field_number, ZigZagEncode(int32)) 180 return UInt32ByteSize(field_number, enum)
|
D | wire_format_test.py | 131 [wire_format.UInt32ByteSize, 0, 1], 132 [wire_format.UInt32ByteSize, 127, 1], 133 [wire_format.UInt32ByteSize, 128, 2], 134 [wire_format.UInt32ByteSize, wire_format.UINT32_MAX, 5],
|
D | type_checkers.py | 300 _FieldDescriptor.TYPE_UINT32: wire_format.UInt32ByteSize,
|
/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | wire_format_test.py | 127 [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],
|