Home
last modified time | relevance | path

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

/external/protobuf/python/compatibility_tests/v2.5.0/tests/google/protobuf/internal/
Dwire_format_test.py171 [wire_format.DoubleByteSize, 0.0, 8],
172 [wire_format.DoubleByteSize, 1000000000.0, 8],
173 [wire_format.DoubleByteSize, -1000000000.0, 8],
/external/protobuf/python/google/protobuf/internal/
Dwire_format_test.py175 [wire_format.DoubleByteSize, 0.0, 8],
176 [wire_format.DoubleByteSize, 1000000000.0, 8],
177 [wire_format.DoubleByteSize, -1000000000.0, 8],
Dwire_format.py171 def DoubleByteSize(field_number, double): function
Dtype_checkers.py288 _FieldDescriptor.TYPE_DOUBLE: wire_format.DoubleByteSize,