Searched refs:SFixed32ByteSize (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/python/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],
|
D | wire_format.py | 159 def SFixed32ByteSize(field_number, sfixed32): function
|
D | type_checkers.py | 188 _FieldDescriptor.TYPE_SFIXED32: wire_format.SFixed32ByteSize,
|