Searched refs:SInt32ByteSize (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/python/google/protobuf/internal/ |
D | wire_format_test.py | 137 [wire_format.SInt32ByteSize, 0, 1], 138 [wire_format.SInt32ByteSize, -1, 1], 139 [wire_format.SInt32ByteSize, 1, 1], 140 [wire_format.SInt32ByteSize, -63, 1], 141 [wire_format.SInt32ByteSize, 63, 1], 142 [wire_format.SInt32ByteSize, -64, 1], 143 [wire_format.SInt32ByteSize, 64, 2],
|
D | wire_format.py | 143 def SInt32ByteSize(field_number, int32): function
|
D | type_checkers.py | 190 _FieldDescriptor.TYPE_SINT32: wire_format.SInt32ByteSize,
|