Searched refs:DoubleByteSize (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 | 171 [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/ |
D | wire_format_test.py | 175 [wire_format.DoubleByteSize, 0.0, 8], 176 [wire_format.DoubleByteSize, 1000000000.0, 8], 177 [wire_format.DoubleByteSize, -1000000000.0, 8],
|
D | wire_format.py | 171 def DoubleByteSize(field_number, double): function
|
D | type_checkers.py | 288 _FieldDescriptor.TYPE_DOUBLE: wire_format.DoubleByteSize,
|