Searched refs:Fixed64ByteSize (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 | 156 [wire_format.Fixed64ByteSize, 0, 8], 157 [wire_format.Fixed64ByteSize, wire_format.UINT64_MAX, 8],
|
/external/protobuf/python/google/protobuf/internal/ |
D | wire_format_test.py | 160 [wire_format.Fixed64ByteSize, 0, 8], 161 [wire_format.Fixed64ByteSize, wire_format.UINT64_MAX, 8],
|
D | wire_format.py | 155 def Fixed64ByteSize(field_number, fixed64): function
|
D | type_checkers.py | 293 _FieldDescriptor.TYPE_FIXED64: wire_format.Fixed64ByteSize,
|