Searched refs:Fixed32ByteSize (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 | 153 [wire_format.Fixed32ByteSize, 0, 4], 154 [wire_format.Fixed32ByteSize, wire_format.UINT32_MAX, 4],
|
/external/protobuf/python/google/protobuf/internal/ |
D | wire_format_test.py | 157 [wire_format.Fixed32ByteSize, 0, 4], 158 [wire_format.Fixed32ByteSize, wire_format.UINT32_MAX, 4],
|
D | wire_format.py | 151 def Fixed32ByteSize(field_number, fixed32): function
|
D | type_checkers.py | 294 _FieldDescriptor.TYPE_FIXED32: wire_format.Fixed32ByteSize,
|