Home
last modified time | relevance | path

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

/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dwire_format_test.py163 [wire_format.SFixed64ByteSize, 0, 8],
164 [wire_format.SFixed64ByteSize, wire_format.INT64_MIN, 8],
165 [wire_format.SFixed64ByteSize, wire_format.INT64_MAX, 8],
/external/protobuf/python/google/protobuf/internal/
Dwire_format_test.py167 [wire_format.SFixed64ByteSize, 0, 8],
168 [wire_format.SFixed64ByteSize, wire_format.INT64_MIN, 8],
169 [wire_format.SFixed64ByteSize, wire_format.INT64_MAX, 8],
Dwire_format.py163 def SFixed64ByteSize(field_number, sfixed64): function
Dtype_checkers.py303 _FieldDescriptor.TYPE_SFIXED64: wire_format.SFixed64ByteSize,