Searched refs:SFixed64ByteSize (Results 1 – 3 of 3) sorted by relevance
/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 | 255 _FieldDescriptor.TYPE_SFIXED64: wire_format.SFixed64ByteSize,
|