Home
last modified time | relevance | path

Searched refs:CPPTYPE_DOUBLE (Results 1 – 23 of 23) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_helpers.cc214 case FieldDescriptor::CPPTYPE_DOUBLE : return "double"; in PrimitiveTypeName()
290 case FieldDescriptor::CPPTYPE_DOUBLE: { in DefaultValue()
477 case FieldDescriptor::CPPTYPE_DOUBLE: in IsStringOrMessage()
Dcpp_message.cc168 case FieldDescriptor::CPPTYPE_DOUBLE: in EstimateAlignmentSize()
510 case internal::WireFormatLite::CPPTYPE_DOUBLE: in CanClearByZeroing()
/external/protobuf/src/google/protobuf/
Ddynamic_message.cc102 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()
Dmessage.cc212 HANDLE_TYPE(double, FieldDescriptor::CPPTYPE_DOUBLE, -1);
Dwire_format_lite.cc68 CPPTYPE_DOUBLE, // TYPE_DOUBLE
Dextension_set.cc359 case WireFormatLite::CPPTYPE_DOUBLE: in MutableRawRepeatedField()
686 case WireFormatLite::CPPTYPE_DOUBLE: in RemoveLast()
737 case WireFormatLite::CPPTYPE_DOUBLE: in SwapElements()
Dwire_format_lite.h124 CPPTYPE_DOUBLE = 5, enumerator
Ddescriptor.cc71 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()
Ddescriptor.h383 CPPTYPE_DOUBLE = 5, // TYPE_DOUBLE enumerator
Dtext_format.cc641 case FieldDescriptor::CPPTYPE_DOUBLE: { in ConsumeFieldValue()
Dgenerated_message_reflection.cc295 case FieldDescriptor::CPPTYPE_DOUBLE: in SpaceUsed()
Ddescriptor_unittest.cc1772 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/
Ddescriptor.py390 CPPTYPE_DOUBLE = 5 variable in FieldDescriptor
399 TYPE_DOUBLE: CPPTYPE_DOUBLE,
/external/protobuf/python/google/protobuf/pyext/
Drepeated_scalar_container.cc148 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()
Dmessage.cc1659 case google::protobuf::FieldDescriptor::CPPTYPE_DOUBLE: { in CheckAndGetInteger()
1786 case google::protobuf::FieldDescriptor::CPPTYPE_DOUBLE: { in CheckAndGetInteger()
/external/protobuf/src/google/protobuf/compiler/java/
Djava_helpers.cc382 case FieldDescriptor::CPPTYPE_DOUBLE: { in DefaultValue()
458 case FieldDescriptor::CPPTYPE_DOUBLE: in IsDefaultValueJavaDefault()
/external/protobuf/python/google/protobuf/
Ddescriptor.py411 CPPTYPE_DOUBLE = 5 variable in FieldDescriptor
420 TYPE_DOUBLE: CPPTYPE_DOUBLE,
Dtext_format.py57 descriptor.FieldDescriptor.CPPTYPE_DOUBLE])
/external/protobuf/src/google/protobuf/compiler/javamicro/
Djavamicro_helpers.cc289 case FieldDescriptor::CPPTYPE_DOUBLE: { in DefaultValue()
/external/nanopb-c/generator/google/protobuf/internal/
Dtype_checkers.py159 _FieldDescriptor.CPPTYPE_DOUBLE: TypeChecker(
/external/protobuf/python/google/protobuf/internal/
Dtype_checkers.py202 _FieldDescriptor.CPPTYPE_DOUBLE: TypeChecker(
/external/protobuf/src/google/protobuf/compiler/javanano/
Djavanano_helpers.cc415 case FieldDescriptor::CPPTYPE_DOUBLE: { in DefaultValue()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc189 case FieldDescriptor::CPPTYPE_DOUBLE: { in StringifyDefaultValue()