Searched refs:Int32ByteSize (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/ |
D | wire_format_test.py | 117 [wire_format.Int32ByteSize, 0, 1], 118 [wire_format.Int32ByteSize, 127, 1], 119 [wire_format.Int32ByteSize, 128, 2], 120 [wire_format.Int32ByteSize, -1, 10],
|
/external/protobuf/python/google/protobuf/internal/ |
D | wire_format_test.py | 121 [wire_format.Int32ByteSize, 0, 1], 122 [wire_format.Int32ByteSize, 127, 1], 123 [wire_format.Int32ByteSize, 128, 2], 124 [wire_format.Int32ByteSize, -1, 10],
|
D | wire_format.py | 122 def Int32ByteSize(field_number, int32): function
|
D | type_checkers.py | 292 _FieldDescriptor.TYPE_INT32: wire_format.Int32ByteSize,
|