Searched refs:SFixed64ByteSize (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 | 163 [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/ |
D | wire_format_test.py | 167 [wire_format.SFixed64ByteSize, 0, 8], 168 [wire_format.SFixed64ByteSize, wire_format.INT64_MIN, 8], 169 [wire_format.SFixed64ByteSize, wire_format.INT64_MAX, 8],
|
D | wire_format.py | 163 def SFixed64ByteSize(field_number, sfixed64): function
|
D | type_checkers.py | 303 _FieldDescriptor.TYPE_SFIXED64: wire_format.SFixed64ByteSize,
|