Searched refs:CPPTYPE_DOUBLE (Results 1 - 25 of 33) sorted by relevance

12

/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc198 case FieldDescriptor::CPPTYPE_DOUBLE : return "double";
253 case FieldDescriptor::CPPTYPE_DOUBLE: {
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_helpers.cc214 case FieldDescriptor::CPPTYPE_DOUBLE : return "double";
286 case FieldDescriptor::CPPTYPE_DOUBLE: {
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc298 case FieldDescriptor::CPPTYPE_DOUBLE: {
373 case FieldDescriptor::CPPTYPE_DOUBLE:
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Ddescriptor.py390 CPPTYPE_DOUBLE = 5 variable in class:FieldDescriptor
399 TYPE_DOUBLE: CPPTYPE_DOUBLE,
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Ddynamic_message.cc102 case FD::CPPTYPE_DOUBLE : return sizeof(RepeatedField<double >);
122 case FD::CPPTYPE_DOUBLE : return sizeof(double );
H A Dmessage.cc212 HANDLE_TYPE(double, FieldDescriptor::CPPTYPE_DOUBLE, -1);
H A Dwire_format_lite.cc87 CPPTYPE_DOUBLE, // TYPE_DOUBLE
H A Dwire_format_lite.h125 CPPTYPE_DOUBLE = 5, enumerator in enum:google::protobuf::internal::WireFormatLite::CppType
H A Ddescriptor.cc68 CPPTYPE_DOUBLE, // TYPE_DOUBLE
118 "double", // CPPTYPE_DOUBLE
1438 case CPPTYPE_DOUBLE:
3403 case FieldDescriptor::CPPTYPE_DOUBLE:
3475 case FieldDescriptor::CPPTYPE_DOUBLE:
4657 case FieldDescriptor::CPPTYPE_DOUBLE: {
H A Dextension_set.cc605 case WireFormatLite::CPPTYPE_DOUBLE:
656 case WireFormatLite::CPPTYPE_DOUBLE:
H A Ddescriptor.h364 CPPTYPE_DOUBLE = 5, // TYPE_DOUBLE enumerator in enum:google::protobuf::FieldDescriptor::CppType
457 // Get the field default value if cpp_type() == CPPTYPE_DOUBLE. If no
/external/protobuf/src/google/protobuf/
H A Ddynamic_message.cc102 case FD::CPPTYPE_DOUBLE : return sizeof(RepeatedField<double >);
122 case FD::CPPTYPE_DOUBLE : return sizeof(double );
H A Dwire_format_lite.cc68 CPPTYPE_DOUBLE, // TYPE_DOUBLE
H A Ddescriptor.h334 CPPTYPE_DOUBLE = 5, // TYPE_DOUBLE enumerator in enum:google::protobuf::FieldDescriptor::CppType
423 // Get the field default value if cpp_type() == CPPTYPE_DOUBLE. If no
H A Dwire_format_lite.h126 CPPTYPE_DOUBLE = 5, enumerator in enum:google::protobuf::internal::WireFormatLite::CppType
H A Ddescriptor.cc66 CPPTYPE_DOUBLE, // TYPE_DOUBLE
1308 case CPPTYPE_DOUBLE:
3015 case FieldDescriptor::CPPTYPE_DOUBLE:
3087 case FieldDescriptor::CPPTYPE_DOUBLE:
4211 case FieldDescriptor::CPPTYPE_DOUBLE: {
H A Dextension_set.cc513 case WireFormatLite::CPPTYPE_DOUBLE:
554 case WireFormatLite::CPPTYPE_DOUBLE:
/external/protobuf/src/google/protobuf/compiler/java/
H A Djava_helpers.cc275 case FieldDescriptor::CPPTYPE_DOUBLE: {
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_helpers.cc289 case FieldDescriptor::CPPTYPE_DOUBLE: {
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py159 _FieldDescriptor.CPPTYPE_DOUBLE: TypeChecker(
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py356 CPPTYPE_DOUBLE = 5 variable in class:FieldDescriptor
/external/protobuf/python/google/protobuf/internal/
H A Dtype_checkers.py159 _FieldDescriptor.CPPTYPE_DOUBLE: TypeChecker(
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython-proto2.cc586 case google::protobuf::FieldDescriptor::CPPTYPE_DOUBLE: {
668 case google::protobuf::FieldDescriptor::CPPTYPE_DOUBLE: {
760 case google::protobuf::FieldDescriptor::CPPTYPE_DOUBLE: {
851 case google::protobuf::FieldDescriptor::CPPTYPE_DOUBLE: {
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_helpers.cc411 case FieldDescriptor::CPPTYPE_DOUBLE: {
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc183 case FieldDescriptor::CPPTYPE_DOUBLE: {

Completed in 5239 milliseconds

12