Searched refs:DoubleByteSize (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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 | 240 _FieldDescriptor.TYPE_DOUBLE: wire_format.DoubleByteSize,
|