| /external/rust/cxx/macro/src/ |
| D | lib.rs | 90 struct TypeId { in type_id() struct 91 krate: Crate, in type_id() 92 path: QualifiedName, in type_id() 95 impl Parse for TypeId { in type_id() implementation
|
| /external/rust/crates/bindgen/ir/ |
| D | template.rs | 110 fn self_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId>; in self_template_params() 175 ) -> Option<TypeId>; in as_template_param() 199 pub fn new<I>(definition: TypeId, args: I) -> TemplateInstantiation in new() 210 pub fn template_definition(&self) -> TypeId { in template_definition() 215 pub fn template_arguments(&self) -> &[TypeId] { in template_arguments()
|
| D | item.rs | 166 ) -> Option<TypeId> { in as_template_param() 178 ) -> Option<TypeId> { in as_template_param() 190 ) -> Option<TypeId> { in as_template_param() 457 ) -> TypeId { in new_opaque_type() 1256 fn self_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId> { in self_template_params() 1263 fn self_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId> { in self_template_params() 1269 fn self_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId> { in self_template_params() 1289 result: &mut Result<TypeId, ParseError>, in visit_child() 1313 ) -> TypeId { in builtin_type() 1485 ) -> TypeId { in from_ty_or_ref() [all …]
|
| D | function.rs | 104 signature: TypeId, in new() 130 pub fn signature(&self) -> TypeId { in signature() 366 ) -> Vec<(Option<String>, TypeId)> { in args_from_ty_and_cursor() argument 586 pub fn return_type(&self) -> TypeId { in return_type() 591 pub fn argument_types(&self) -> &[(Option<String>, TypeId)] { in argument_types() argument
|
| D | context.rs | 816 pub fn get_type_param(&self, definition: &clang::Cursor) -> Option<TypeId> { in get_type_param() 1360 template_param: TypeId, in uses_template_parameter() 1604 template: TypeId, in instantiate_template() 1607 ) -> Option<TypeId> { in instantiate_template() 1814 ) -> Option<TypeId> { in get_resolved_type() 1833 ) -> Option<TypeId> { in builtin_or_resolved_ty() 1900 wrapped_id: TypeId, in build_ty_wrapper() 1903 ) -> TypeId { in build_ty_wrapper() 1913 wrapped_id: TypeId, in build_const_wrapper() 1916 ) -> TypeId { in build_const_wrapper() [all …]
|
| /external/rust/crates/bindgen/ir/analysis/ |
| D | sizedness.rs | 132 id: TypeId, in insert() 157 fn forward(&mut self, from: TypeId, to: TypeId) -> ConstrainResult { in forward() 195 fn initial_worklist(&self) -> Vec<TypeId> { in initial_worklist() 324 fn each_depending_on<F>(&self, id: TypeId, mut f: F) in each_depending_on() 326 F: FnMut(TypeId), in each_depending_on()
|
| /external/google-fruit/include/fruit/impl/normalized_component_storage/ |
| D | binding_normalization.templates.h | 37 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map, in BindingNormalizationContext() 77 … HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map, in normalizeBindings() 555 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>&& binding_data_map, in performBindingCompression() 558 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in performBindingCompression() 672 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in normalizeBindingsWithBindingCompression() 674 std::unordered_map<TypeId, NormalizedMultibindingSet>& multibindings, in normalizeBindingsWithBindingCompression()
|
| /external/google-fruit/include/fruit/impl/util/ |
| D | type_info.h | 64 struct TypeId { struct 69 bool operator==(TypeId x) const; argument
|
| /external/google-fruit/src/ |
| D | binding_normalization.cpp | 216 void BindingNormalization::addMultibindings(std::unordered_map<TypeId, NormalizedMultibindingSet>& … in addMultibindings() 275 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in normalizeBindingsWithUndoableBindingCompression() 277 std::unordered_map<TypeId, NormalizedMultibindingSet>& multibindings, in normalizeBindingsWithUndoableBindingCompression() 314 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in normalizeBindingsWithPermanentBindingCompression() 316 std::unordered_map<TypeId, NormalizedMultibindingSet>& multibindings) { in normalizeBindingsWithPermanentBindingCompression() 319 …bindings_vector, multibindings, [](TypeId, NormalizedComponentStorage::CompressedBindingUndoInfo) … in normalizeBindingsWithPermanentBindingCompression() argument 329 std::unordered_map<TypeId, NormalizedMultibindingSet>& multibindings) { in normalizeBindingsAndAddTo()
|
| D | normalized_component_storage.cpp | 41 … const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in NormalizedComponentStorage() 67 … const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in NormalizedComponentStorage()
|
| D | normalized_component_storage_holder.cpp | 26 ComponentStorage&& component, const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in NormalizedComponentStorageHolder()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
| D | CrossDSOCFI.cpp | 89 if (ConstantInt *TypeId = extractNumericTypeId(Type)) in buildCFICheck() local 98 if (ConstantInt *TypeId = in buildCFICheck() local 143 for (uint64_t TypeId : TypeIds) { in buildCFICheck() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
| D | BTFDebug.cpp | 329 BTFKindVar::BTFKindVar(StringRef VarName, uint32_t TypeId, uint32_t VarInfo) in BTFKindVar() 405 void BTFDebug::visitBasicType(const DIBasicType *BTy, uint32_t &TypeId) { in visitBasicType() 425 uint32_t &TypeId) { in visitSubroutineType() 449 uint32_t &TypeId) { in visitStructType() 475 void BTFDebug::visitArrayType(const DICompositeType *CTy, uint32_t &TypeId) { in visitArrayType() 514 void BTFDebug::visitEnumType(const DICompositeType *CTy, uint32_t &TypeId) { in visitEnumType() 527 uint32_t &TypeId) { in visitFwdDeclType() 534 uint32_t &TypeId) { in visitCompositeType() 549 void BTFDebug::visitDerivedType(const DIDerivedType *DTy, uint32_t &TypeId, in visitDerivedType() 599 void BTFDebug::visitTypeEntry(const DIType *Ty, uint32_t &TypeId, in visitTypeEntry() [all …]
|
| /external/dexmaker/dexmaker/src/main/java/com/android/dx/ |
| D | TypeId.java | 34 public final class TypeId<T> { class 87 TypeId(com.android.dx.rop.type.Type ropType) { in TypeId() method in TypeId 91 TypeId(String name, com.android.dx.rop.type.Type ropType) { in TypeId() method in TypeId
|
| /external/libtextclassifier/native/lang_id/common/fel/ |
| D | workspace.h | 59 struct TypeId { struct 64 int TypeId<T>::type_id = GetFreshTypeId(); argument
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | Any.h | 27 template <typename T> struct TypeId { static const char Id; }; struct
|
| /external/llvm/lib/Transforms/IPO/ |
| D | CrossDSOCFI.cpp | 93 if (ConstantInt *TypeId = extractNumericTypeId(Type)) in buildCFICheck() local 129 for (uint64_t TypeId : TypeIds) { in buildCFICheck() local
|
| /external/gemmlowp/internal/ |
| D | allocator.h | 46 enum class TypeId : std::uint8_t { Uint8, Int8, Uint16, Int16, Uint32, Int32 }; enum
|
| /external/autotest/utils/frozen_chromite/third_party/infra_libs/ts_mon/protos/ |
| D | acquisition_task.proto | 9 enum TypeId { MESSAGE_TYPE_ID = 34049749; }; enum
|
| D | acquisition_network_device.proto | 9 enum TypeId { MESSAGE_TYPE_ID = 34049749; }; enum
|
| /external/openscreen/third_party/abseil/src/absl/flags/internal/ |
| D | private_handle_accessor.cc | 30 FlagFastTypeId PrivateHandleAccessor::TypeId(const CommandLineFlag& flag) { in TypeId() function in absl::flags_internal::PrivateHandleAccessor
|
| /external/cronet/third_party/abseil-cpp/absl/flags/internal/ |
| D | private_handle_accessor.cc | 30 FlagFastTypeId PrivateHandleAccessor::TypeId(const CommandLineFlag& flag) { in TypeId() function in absl::flags_internal::PrivateHandleAccessor
|
| /external/angle/third_party/abseil-cpp/absl/flags/internal/ |
| D | private_handle_accessor.cc | 30 FlagFastTypeId PrivateHandleAccessor::TypeId(const CommandLineFlag& flag) { in TypeId() function in absl::flags_internal::PrivateHandleAccessor
|
| /external/tensorflow/third_party/absl/abseil-cpp/absl/flags/internal/ |
| D | private_handle_accessor.cc | 30 FlagFastTypeId PrivateHandleAccessor::TypeId(const CommandLineFlag& flag) { in TypeId() function in absl::flags_internal::PrivateHandleAccessor
|
| /external/webrtc/third_party/abseil-cpp/absl/flags/internal/ |
| D | private_handle_accessor.cc | 30 FlagFastTypeId PrivateHandleAccessor::TypeId(const CommandLineFlag& flag) { in TypeId() function in absl::flags_internal::PrivateHandleAccessor
|