Home
last modified time | relevance | path

Searched refs:SFixed32ByteSize (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/python/google/protobuf/internal/
Dwire_format_test.py159 [wire_format.SFixed32ByteSize, 0, 4],
160 [wire_format.SFixed32ByteSize, wire_format.INT32_MIN, 4],
161 [wire_format.SFixed32ByteSize, wire_format.INT32_MAX, 4],
Dwire_format.py159 def SFixed32ByteSize(field_number, sfixed32): function
Dtype_checkers.py188 _FieldDescriptor.TYPE_SFIXED32: wire_format.SFixed32ByteSize,