Home
last modified time | relevance | path

Searched refs:Fixed32ByteSize (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dwire_format_test.py153 [wire_format.Fixed32ByteSize, 0, 4],
154 [wire_format.Fixed32ByteSize, wire_format.UINT32_MAX, 4],
/external/protobuf/python/google/protobuf/internal/
Dwire_format_test.py157 [wire_format.Fixed32ByteSize, 0, 4],
158 [wire_format.Fixed32ByteSize, wire_format.UINT32_MAX, 4],
Dwire_format.py151 def Fixed32ByteSize(field_number, fixed32): function
Dtype_checkers.py294 _FieldDescriptor.TYPE_FIXED32: wire_format.Fixed32ByteSize,