Home
last modified time | relevance | path

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

/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dwire_format_test.py156 [wire_format.Fixed64ByteSize, 0, 8],
157 [wire_format.Fixed64ByteSize, wire_format.UINT64_MAX, 8],
/external/protobuf/python/google/protobuf/internal/
Dwire_format_test.py160 [wire_format.Fixed64ByteSize, 0, 8],
161 [wire_format.Fixed64ByteSize, wire_format.UINT64_MAX, 8],
Dwire_format.py155 def Fixed64ByteSize(field_number, fixed64): function
Dtype_checkers.py293 _FieldDescriptor.TYPE_FIXED64: wire_format.Fixed64ByteSize,