/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_helpers.cc | 214 case FieldDescriptor::CPPTYPE_DOUBLE : return "double"; in PrimitiveTypeName() 290 case FieldDescriptor::CPPTYPE_DOUBLE: { in DefaultValue() 477 case FieldDescriptor::CPPTYPE_DOUBLE: in IsStringOrMessage()
|
D | cpp_message.cc | 168 case FieldDescriptor::CPPTYPE_DOUBLE: in EstimateAlignmentSize() 510 case internal::WireFormatLite::CPPTYPE_DOUBLE: in CanClearByZeroing()
|
/external/protobuf/src/google/protobuf/ |
D | dynamic_message.cc | 102 case FD::CPPTYPE_DOUBLE : return sizeof(RepeatedField<double >); in FieldSpaceUsed() 122 case FD::CPPTYPE_DOUBLE : return sizeof(double ); in FieldSpaceUsed() 153 case FD::CPPTYPE_DOUBLE : return sizeof(double ); in OneofFieldSpaceUsed()
|
D | message.cc | 212 HANDLE_TYPE(double, FieldDescriptor::CPPTYPE_DOUBLE, -1);
|
D | wire_format_lite.cc | 68 CPPTYPE_DOUBLE, // TYPE_DOUBLE
|
D | extension_set.cc | 359 case WireFormatLite::CPPTYPE_DOUBLE: in MutableRawRepeatedField() 686 case WireFormatLite::CPPTYPE_DOUBLE: in RemoveLast() 737 case WireFormatLite::CPPTYPE_DOUBLE: in SwapElements()
|
D | wire_format_lite.h | 124 CPPTYPE_DOUBLE = 5, enumerator
|
D | descriptor.cc | 71 CPPTYPE_DOUBLE, // TYPE_DOUBLE 1532 case CPPTYPE_DOUBLE: in DefaultValueAsString() 3692 case FieldDescriptor::CPPTYPE_DOUBLE: in BuildFieldOrExtension() 3765 case FieldDescriptor::CPPTYPE_DOUBLE: in BuildFieldOrExtension() 5095 case FieldDescriptor::CPPTYPE_DOUBLE: { in SetOptionValue()
|
D | descriptor.h | 383 CPPTYPE_DOUBLE = 5, // TYPE_DOUBLE enumerator
|
D | text_format.cc | 641 case FieldDescriptor::CPPTYPE_DOUBLE: { in ConsumeFieldValue()
|
D | generated_message_reflection.cc | 295 case FieldDescriptor::CPPTYPE_DOUBLE: in SpaceUsed()
|
D | descriptor_unittest.cc | 1772 EXPECT_EQ(FD::CPPTYPE_DOUBLE , GetCppTypeForFieldType(FD::TYPE_DOUBLE )); in TEST_F() 1826 EXPECT_STREQ("double" , FD::CppTypeName(FD::CPPTYPE_DOUBLE )); in TEST_F()
|
/external/nanopb-c/generator/google/protobuf/ |
D | descriptor.py | 390 CPPTYPE_DOUBLE = 5 variable in FieldDescriptor 399 TYPE_DOUBLE: CPPTYPE_DOUBLE,
|
/external/protobuf/python/google/protobuf/pyext/ |
D | repeated_scalar_container.cc | 148 case google::protobuf::FieldDescriptor::CPPTYPE_DOUBLE: { in AssignItem() 242 case google::protobuf::FieldDescriptor::CPPTYPE_DOUBLE: { in Item() 396 case google::protobuf::FieldDescriptor::CPPTYPE_DOUBLE: { in Append()
|
D | message.cc | 1659 case google::protobuf::FieldDescriptor::CPPTYPE_DOUBLE: { in CheckAndGetInteger() 1786 case google::protobuf::FieldDescriptor::CPPTYPE_DOUBLE: { in CheckAndGetInteger()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.cc | 382 case FieldDescriptor::CPPTYPE_DOUBLE: { in DefaultValue() 458 case FieldDescriptor::CPPTYPE_DOUBLE: in IsDefaultValueJavaDefault()
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 411 CPPTYPE_DOUBLE = 5 variable in FieldDescriptor 420 TYPE_DOUBLE: CPPTYPE_DOUBLE,
|
D | text_format.py | 57 descriptor.FieldDescriptor.CPPTYPE_DOUBLE])
|
/external/protobuf/src/google/protobuf/compiler/javamicro/ |
D | javamicro_helpers.cc | 289 case FieldDescriptor::CPPTYPE_DOUBLE: { in DefaultValue()
|
/external/nanopb-c/generator/google/protobuf/internal/ |
D | type_checkers.py | 159 _FieldDescriptor.CPPTYPE_DOUBLE: TypeChecker(
|
/external/protobuf/python/google/protobuf/internal/ |
D | type_checkers.py | 202 _FieldDescriptor.CPPTYPE_DOUBLE: TypeChecker(
|
/external/protobuf/src/google/protobuf/compiler/javanano/ |
D | javanano_helpers.cc | 415 case FieldDescriptor::CPPTYPE_DOUBLE: { in DefaultValue()
|
/external/protobuf/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 189 case FieldDescriptor::CPPTYPE_DOUBLE: { in StringifyDefaultValue()
|