/external/grpc-grpc/test/http2_test/ |
D | messages_pb2.py | 59 number=1, type=8, cpp_type=7, label=1, 90 number=1, type=14, cpp_type=8, label=1, 97 number=2, type=12, cpp_type=9, label=1, 128 number=1, type=5, cpp_type=1, label=1, 135 number=2, type=9, cpp_type=9, label=1, 166 number=1, type=14, cpp_type=8, label=1, 173 number=2, type=5, cpp_type=1, label=1, 180 number=3, type=11, cpp_type=10, label=1, 187 number=4, type=8, cpp_type=7, label=1, 194 number=5, type=8, cpp_type=7, label=1, [all …]
|
/external/rust/crates/grpcio-sys/grpc/test/http2_test/ |
D | messages_pb2.py | 59 number=1, type=8, cpp_type=7, label=1, 90 number=1, type=14, cpp_type=8, label=1, 97 number=2, type=12, cpp_type=9, label=1, 128 number=1, type=5, cpp_type=1, label=1, 135 number=2, type=9, cpp_type=9, label=1, 166 number=1, type=14, cpp_type=8, label=1, 173 number=2, type=5, cpp_type=1, label=1, 180 number=3, type=11, cpp_type=10, label=1, 187 number=4, type=8, cpp_type=7, label=1, 194 number=5, type=8, cpp_type=7, label=1, [all …]
|
/external/openscreen/tools/cddl/ |
D | sema.cc | 522 CppType* cpp_type, 527 CppType* cpp_type, in IncludeGroupMembersInSubEnum() argument 547 cpp_type->enum_type.sub_members.push_back(sub_enum); in IncludeGroupMembersInSubEnum() 553 CppType* cpp_type, in IncludeGroupMembersInEnum() argument 562 cpp_type->enum_type.members.emplace_back( in IncludeGroupMembersInEnum() 565 IncludeGroupMembersInSubEnum(table, cddl_table, cpp_type, in IncludeGroupMembersInEnum() 582 CppType* cpp_type, in AddMembersToStruct() argument 603 table, cddl_table, cpp_type, in AddMembersToStruct() 611 cpp_type->name + std::string("_") + x->type.opt_key, in AddMembersToStruct() 626 cpp_type->struct_type.members.emplace_back( in AddMembersToStruct() [all …]
|
D | codegen.cc | 52 std::string CppTypeToString(const CppType& cpp_type) { in CppTypeToString() argument 53 switch (cpp_type.which) { in CppTypeToString() 59 if (cpp_type.bytes_type.fixed_size) { in CppTypeToString() 61 std::to_string(cpp_type.bytes_type.fixed_size.value()); in CppTypeToString() 69 CppTypeToString(*cpp_type.vector_type.element_type); in CppTypeToString() 75 return ToCamelCase(cpp_type.name); in CppTypeToString() 77 return ToCamelCase(cpp_type.name); in CppTypeToString() 79 return CppTypeToString(*cpp_type.tagged_type.real_type); in CppTypeToString() 378 const CppType& cpp_type, in EnsureDependentTypeDefinitionsWritten() argument 380 switch (cpp_type.which) { in EnsureDependentTypeDefinitionsWritten() [all …]
|
/external/avb/proto/ |
D | trillian_pb2.py | 220 number=1, type=3, cpp_type=2, label=1, 227 number=2, type=14, cpp_type=8, label=1, 234 number=3, type=14, cpp_type=8, label=1, 241 number=4, type=14, cpp_type=8, label=1, 248 number=5, type=14, cpp_type=8, label=1, 255 number=6, type=14, cpp_type=8, label=1, 262 number=8, type=9, cpp_type=9, label=1, 269 number=9, type=9, cpp_type=9, label=1, 276 number=12, type=11, cpp_type=10, label=1, 283 number=13, type=11, cpp_type=10, label=1, [all …]
|
D | api_pb2.py | 40 number=1, type=11, cpp_type=10, label=1, 47 number=2, type=11, cpp_type=10, label=1, 78 number=1, type=12, cpp_type=9, label=1, 85 number=2, type=12, cpp_type=9, label=1, 116 number=1, type=11, cpp_type=10, label=1, 123 number=2, type=12, cpp_type=9, label=1, 130 number=3, type=11, cpp_type=10, label=1, 137 number=4, type=12, cpp_type=9, label=1, 168 number=1, type=12, cpp_type=9, label=1, 175 number=2, type=12, cpp_type=9, label=1, [all …]
|
/external/autotest/server/hosts/drone_api_client/ |
D | common_pb2.py | 63 number=1, type=9, cpp_type=9, label=1, 70 number=2, type=9, cpp_type=9, label=1, 77 number=3, type=9, cpp_type=9, label=3, 84 number=4, type=12, cpp_type=9, label=1, 91 number=5, type=14, cpp_type=8, label=1, 98 number=6, type=14, cpp_type=8, label=1, 129 number=1, type=5, cpp_type=1, label=1, 136 number=2, type=8, cpp_type=7, label=1, 143 number=3, type=8, cpp_type=7, label=1, 150 number=4, type=9, cpp_type=9, label=1, [all …]
|
/external/autotest/utils/side_effects/proto/ |
D | config_pb2.py | 37 number=1, type=9, cpp_type=9, label=1, 44 number=2, type=9, cpp_type=9, label=1, 51 number=3, type=9, cpp_type=9, label=1, 82 number=1, type=9, cpp_type=9, label=1, 89 number=2, type=9, cpp_type=9, label=1, 120 number=1, type=8, cpp_type=7, label=1, 151 number=1, type=8, cpp_type=7, label=1, 182 number=1, type=11, cpp_type=10, label=1, 189 number=2, type=11, cpp_type=10, label=1, 196 number=3, type=11, cpp_type=10, label=1, [all …]
|
/external/grpc-grpc/examples/python/multiplex/ |
D | route_guide_pb2.py | 37 number=1, type=5, cpp_type=1, label=1, 44 number=2, type=5, cpp_type=1, label=1, 75 number=1, type=11, cpp_type=10, label=1, 82 number=2, type=11, cpp_type=10, label=1, 113 number=1, type=9, cpp_type=9, label=1, 120 number=2, type=11, cpp_type=10, label=1, 151 number=1, type=11, cpp_type=10, label=1, 158 number=2, type=9, cpp_type=9, label=1, 189 number=1, type=5, cpp_type=1, label=1, 196 number=2, type=5, cpp_type=1, label=1, [all …]
|
/external/grpc-grpc/examples/python/route_guide/ |
D | route_guide_pb2.py | 37 number=1, type=5, cpp_type=1, label=1, 44 number=2, type=5, cpp_type=1, label=1, 75 number=1, type=11, cpp_type=10, label=1, 82 number=2, type=11, cpp_type=10, label=1, 113 number=1, type=9, cpp_type=9, label=1, 120 number=2, type=11, cpp_type=10, label=1, 151 number=1, type=11, cpp_type=10, label=1, 158 number=2, type=9, cpp_type=9, label=1, 189 number=1, type=5, cpp_type=1, label=1, 196 number=2, type=5, cpp_type=1, label=1, [all …]
|
/external/avb/proto/crypto/keyspb/ |
D | keyspb_pb2.py | 69 number=1, type=14, cpp_type=8, label=1, 100 number=1, type=5, cpp_type=1, label=1, 153 number=1, type=11, cpp_type=10, label=1, 160 number=2, type=11, cpp_type=10, label=1, 167 number=3, type=11, cpp_type=10, label=1, 201 number=1, type=9, cpp_type=9, label=1, 208 number=2, type=9, cpp_type=9, label=1, 239 number=1, type=12, cpp_type=9, label=1, 270 number=1, type=12, cpp_type=9, label=1, 301 number=1, type=9, cpp_type=9, label=1, [all …]
|
/external/protobuf/python/google/protobuf/ |
D | json_format.py | 248 field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE) or 273 if field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE: 275 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_ENUM: 286 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_STRING: 292 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_BOOL: 294 elif field.cpp_type in _INT64_TYPES: 296 elif field.cpp_type in _FLOAT_TYPES: 526 if (field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE 543 if field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE: 561 elif field.cpp_type == descriptor.FieldDescriptor.CPPTYPE_MESSAGE: [all …]
|
/external/flatbuffers/tests/ |
D | monster_test.fbs | 97 testhashu32_fnv1a:uint (id:21, hash:"fnv1a_32", cpp_type:"Stat"); 108 single_weak_reference:ulong(id:36, hash:"fnv1a_64", cpp_type:"ReferrableT"); 109 vector_of_weak_references:[ulong](id:37, hash:"fnv1a_64", cpp_type:"ReferrableT"); 111 …co_owning_reference:ulong(id:39, hash:"fnv1a_64", cpp_type:"ReferrableT", cpp_ptr_type:"naked"); … 112 …vector_of_co_owning_references:[ulong](id:40, hash:"fnv1a_64", cpp_type:"ReferrableT", cpp_ptr_typ… 113 …non_owning_reference:ulong(id:41, hash:"fnv1a_64", cpp_type:"ReferrableT", cpp_ptr_type:"naked", c… 114 …vector_of_non_owning_references:[ulong](id:42, hash:"fnv1a_64", cpp_type:"ReferrableT", cpp_ptr_ty…
|
/external/protobuf/src/google/protobuf/ |
D | dynamic_message.cc | 107 switch (field->cpp_type()) { in FieldSpaceUsed() 140 switch (field->cpp_type()) { in FieldSpaceUsed() 179 switch (field->cpp_type()) { in OneofFieldSpaceUsed() 369 switch (field->cpp_type()) { in SharedCtor() 489 if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in ~DynamicMessage() 503 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in ~DynamicMessage() 512 switch (field->cpp_type()) { in ~DynamicMessage() 549 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in ~DynamicMessage() 563 } else if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in ~DynamicMessage() 585 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE && in CrossLinkPrototypes() [all …]
|
D | reflection_ops.cc | 110 switch (field->cpp_type()) { in Merge() 135 switch (field->cpp_type()) { in Merge() 195 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in IsInitialized() 199 if (value_field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in IsInitialized() 247 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in DiscardUnknownFields() 251 if (value_field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in DiscardUnknownFields() 320 if (field->cpp_type() == FieldDescriptor::CPPTYPE_MESSAGE) { in FindInitializationErrors()
|
D | reflection.h | 94 internal::RefTypeTraits<T>::cpp_type, in RepeatedFieldRef() 146 message, field, internal::RefTypeTraits<T>::cpp_type, NULL); in MutableRepeatedFieldRef() 202 internal::RefTypeTraits<T>::cpp_type, in RepeatedFieldRef() 263 message, field, internal::RefTypeTraits<T>::cpp_type, in MutableRepeatedFieldRef() 480 static const FieldDescriptor::CppType cpp_type = \ 500 static const FieldDescriptor::CppType cpp_type = PrimitiveTraits<T>::cpp_type; 513 static const FieldDescriptor::CppType cpp_type = 526 static const FieldDescriptor::CppType cpp_type = 550 static const FieldDescriptor::CppType cpp_type =
|
D | generated_message_reflection.cc | 160 << cpptype_names_[field->cpp_type()]; in ReportReflectionUsageTypeError() 193 if (field->cpp_type() != FieldDescriptor::CPPTYPE_##CPPTYPE) \ 255 switch (field->cpp_type()) { in SpaceUsedLong() 301 switch (field->cpp_type()) { in SpaceUsedLong() 364 switch (field->cpp_type()) { in SwapField() 403 GOOGLE_LOG(FATAL) << "Unimplemented type: " << field->cpp_type(); in SwapField() 406 switch (field->cpp_type()) { in SwapField() 480 GOOGLE_LOG(FATAL) << "Unimplemented type: " << field->cpp_type(); in SwapField() 506 switch (field1->cpp_type()) { in SwapOneofField() 530 GOOGLE_LOG(FATAL) << "Unimplemented type: " << field1->cpp_type(); in SwapOneofField() [all …]
|
/external/perfetto/src/protozero/protoc_plugin/ |
D | protozero_plugin.cc | 663 std::string cpp_type; in GenerateDecoder() local 667 cpp_type = "bool"; in GenerateDecoder() 673 cpp_type = "int32_t"; in GenerateDecoder() 679 cpp_type = "int64_t"; in GenerateDecoder() 684 cpp_type = "uint32_t"; in GenerateDecoder() 689 cpp_type = "uint64_t"; in GenerateDecoder() 693 cpp_type = "float"; in GenerateDecoder() 697 cpp_type = "double"; in GenerateDecoder() 701 cpp_type = "int32_t"; in GenerateDecoder() 705 cpp_type = "::protozero::ConstChars"; in GenerateDecoder() [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/ |
D | protoc-gen-upb.cc | 76 if (message->field(i)->cpp_type() == in SortedSubmessages() 101 switch (field->cpp_type()) { in CTypeInternal() 132 switch (field->cpp_type()) { in SizeLg2() 160 switch (field->cpp_type()) { in FieldDefault() 306 key->cpp_type() == protobuf::FieldDescriptor::CPPTYPE_STRING in GenerateMessageInHeader() 309 val->cpp_type() == protobuf::FieldDescriptor::CPPTYPE_STRING in GenerateMessageInHeader() 325 field->cpp_type() == protobuf::FieldDescriptor::CPPTYPE_STRING in GenerateMessageInHeader() 370 key->cpp_type() == protobuf::FieldDescriptor::CPPTYPE_STRING in GenerateMessageInHeader() 373 val->cpp_type() == protobuf::FieldDescriptor::CPPTYPE_STRING in GenerateMessageInHeader() 381 key->cpp_type() == protobuf::FieldDescriptor::CPPTYPE_STRING in GenerateMessageInHeader() [all …]
|
/external/protobuf/src/google/protobuf/util/ |
D | field_comparator.cc | 65 switch (field->cpp_type()) { in Compare() 125 << " of CppType = " << field->cpp_type(); in Compare() 147 GOOGLE_CHECK(FieldDescriptor::CPPTYPE_FLOAT == field->cpp_type() || in SetFractionAndMargin() 148 FieldDescriptor::CPPTYPE_DOUBLE == field->cpp_type()) in SetFractionAndMargin()
|
/external/angle/src/common/spirv/ |
D | gen_spirv_builder_and_parser.py | 332 cpp_type = self.get_kind_cpp_type(kind) 335 type_in = 'const ' + cpp_type + 'List &' 336 type_out = cpp_type + 'List *' 338 type_in = 'const ' + cpp_type + ' *' 339 type_out = cpp_type + ' *' 341 type_in = cpp_type 342 type_out = cpp_type + ' *'
|
/external/protobuf/python/google/protobuf/internal/ |
D | python_message.py | 277 return value_type.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE 425 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE: 440 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE: 518 if field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE: # Composite 532 if field.cpp_type == _FieldDescriptor.CPPTYPE_ENUM: 537 elif field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE: 548 if field.cpp_type == _FieldDescriptor.CPPTYPE_ENUM: 606 elif field.cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE: 805 elif item[0].cpp_type == _FieldDescriptor.CPPTYPE_MESSAGE: 836 if (is_proto3 and field.cpp_type != _FieldDescriptor.CPPTYPE_MESSAGE and [all …]
|
D | extension_dict.py | 89 elif extension_handle.cpp_type == FieldDescriptor.CPPTYPE_MESSAGE: 152 extension_handle.cpp_type == FieldDescriptor.CPPTYPE_MESSAGE): 201 if extension_handle.cpp_type == FieldDescriptor.CPPTYPE_MESSAGE:
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_extension.cc | 69 switch (descriptor_->cpp_type()) { in ExtensionGenerator() 87 type_traits_.append(PrimitiveTypeName(options_, descriptor_->cpp_type())); in ExtensionGenerator() 153 if (descriptor_->cpp_type() == FieldDescriptor::CPPTYPE_STRING) { in GenerateDefinition()
|
/external/avb/proto/crypto/sigpb/ |
D | sigpb_pb2.py | 91 number=1, type=14, cpp_type=8, label=1, 98 number=2, type=14, cpp_type=8, label=1, 105 number=3, type=12, cpp_type=9, label=1,
|