Searched refs:SFixed32ByteSize (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 | 159 [wire_format.SFixed32ByteSize, 0, 4], 160 [wire_format.SFixed32ByteSize, wire_format.INT32_MIN, 4], 161 [wire_format.SFixed32ByteSize, wire_format.INT32_MAX, 4],
|
/external/protobuf/python/google/protobuf/internal/ |
D | wire_format_test.py | 163 [wire_format.SFixed32ByteSize, 0, 4], 164 [wire_format.SFixed32ByteSize, wire_format.INT32_MIN, 4], 165 [wire_format.SFixed32ByteSize, wire_format.INT32_MAX, 4],
|
D | wire_format.py | 159 def SFixed32ByteSize(field_number, sfixed32): function
|
D | type_checkers.py | 302 _FieldDescriptor.TYPE_SFIXED32: wire_format.SFixed32ByteSize,
|