Home
last modified time | relevance | path

Searched defs:TypeId (Results 1 – 25 of 183) sorted by relevance

12345678

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/core/src/
H A Dany.rs136 fn type_id(&self) -> TypeId; in type_id()
141 fn type_id(&self) -> TypeId { in type_id()
607 pub struct TypeId { struct
614 impl PartialEq for TypeId { implementation
621 impl TypeId { impl
640 pub const fn of<T: ?Sized + 'static>() -> TypeId { in of()
654 impl hash::Hash for TypeId { implementation
674 impl fmt::Debug for TypeId { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dany.rs136 fn type_id(&self) -> TypeId; in type_id()
141 fn type_id(&self) -> TypeId { in type_id()
607 pub struct TypeId { struct
614 impl PartialEq for TypeId { implementation
621 impl TypeId { implementation
640 pub const fn of<T: ?Sized + 'static>() -> TypeId { in of()
654 impl hash::Hash for TypeId { implementation
674 impl fmt::Debug for TypeId { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/core/src/
H A Dany.rs136 fn type_id(&self) -> TypeId; in type_id()
141 fn type_id(&self) -> TypeId { in type_id()
607 pub struct TypeId { struct
614 impl PartialEq for TypeId { implementation
621 impl TypeId { impl
640 pub const fn of<T: ?Sized + 'static>() -> TypeId { in of()
654 impl hash::Hash for TypeId { implementation
674 impl fmt::Debug for TypeId { implementation
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dany.rs136 fn type_id(&self) -> TypeId; in type_id()
141 fn type_id(&self) -> TypeId { in type_id()
607 pub struct TypeId { struct
614 impl PartialEq for TypeId { implementation
621 impl TypeId { impl
640 pub const fn of<T: ?Sized + 'static>() -> TypeId { in of()
650 impl hash::Hash for TypeId { implementation
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/core/src/
H A Dany.rs136 fn type_id(&self) -> TypeId; in type_id()
141 fn type_id(&self) -> TypeId { in type_id()
607 pub struct TypeId { struct
614 impl PartialEq for TypeId { argument
621 impl TypeId { implementation
640 pub const fn of<T: ?Sized + 'static>() -> TypeId { in of()
650 impl hash::Hash for TypeId { implementation
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBTFDebug.cpp329 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 …]
/aosp_15_r20/external/google-fruit/include/fruit/impl/normalized_component_storage/
H A Dbinding_normalization.templates.h39 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map, in BindingNormalizationContext()
79HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>& binding_data_map, in normalizeBindings()
557 HashMapWithArenaAllocator<TypeId, ComponentStorageEntry>&& binding_data_map, in performBindingCompression()
560 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in performBindingCompression()
674 const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in normalizeBindingsWithBindingCompression()
676 std::unordered_map<TypeId, NormalizedMultibindingSet>& multibindings, in normalizeBindingsWithBindingCompression()
/aosp_15_r20/external/google-fruit/src/
H A Dbinding_normalization.cpp216 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()
H A Dnormalized_component_storage.cpp41const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in NormalizedComponentStorage()
67const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in NormalizedComponentStorage()
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dtemplate.rs110 fn self_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId>; in self_template_params()
175 ) -> Option<TypeId>; in as_template_param()
199 pub(crate) fn new<I>(definition: TypeId, args: I) -> TemplateInstantiation in new()
210 pub(crate) fn template_definition(&self) -> TypeId { in template_definition()
215 pub(crate) fn template_arguments(&self) -> &[TypeId] { in template_arguments()
Ditem.rs166 ) -> 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()
1261 fn self_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId> { in self_template_params()
1268 fn self_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId> { in self_template_params()
1274 fn self_template_params(&self, ctx: &BindgenContext) -> Vec<TypeId> { in self_template_params()
1294 result: &mut Result<TypeId, ParseError>, in visit_child()
1319 ) -> TypeId { in builtin_type()
1500 ) -> TypeId { in from_ty_or_ref()
[all …]
Dcontext.rs856 ) -> Option<TypeId> { in get_type_param()
1400 template_param: TypeId, in uses_template_parameter()
1644 template: TypeId, in instantiate_template()
1647 ) -> Option<TypeId> { in instantiate_template()
1854 ) -> Option<TypeId> { in get_resolved_type()
1873 ) -> Option<TypeId> { in builtin_or_resolved_ty()
1940 wrapped_id: TypeId, in build_ty_wrapper()
1943 ) -> TypeId { in build_ty_wrapper()
1953 wrapped_id: TypeId, in build_const_wrapper()
1956 ) -> TypeId { in build_const_wrapper()
[all …]
Dfunction.rs104 signature: TypeId, in new()
134 pub(crate) fn signature(&self) -> TypeId { in signature()
379 ) -> Vec<(Option<String>, TypeId)> { in args_from_ty_and_cursor() argument
619 pub(crate) fn return_type(&self) -> TypeId { in return_type()
624 pub(crate) fn argument_types(&self) -> &[(Option<String>, TypeId)] { in argument_types() argument
Dcomp.rs142 fn ty(&self) -> TypeId; in ty()
390 fn ty(&self) -> TypeId { in ty()
426 ty: TypeId, in new()
450 fn ty(&self) -> TypeId { in ty()
883 fn ty(&self) -> TypeId { in ty()
1600 pub(crate) fn inner_types(&self) -> &[TypeId] { in inner_types()
1848 fn self_template_params(&self, _ctx: &BindgenContext) -> Vec<TypeId> { in self_template_params()
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/analysis/
Dsizedness.rs132 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()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/
H A Dlib.rs88 struct TypeId { in type_id() struct
89 krate: Crate, in type_id()
90 path: QualifiedName, in type_id()
93 impl Parse for TypeId { in type_id() implementation
/aosp_15_r20/external/rust/cxx/macro/src/
Dlib.rs88 struct TypeId { in type_id() struct
89 krate: Crate, in type_id()
90 path: QualifiedName, in type_id()
93 impl Parse for TypeId { in type_id() implementation
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBTFDebug.cpp389 BTFKindVar::BTFKindVar(StringRef VarName, uint32_t TypeId, uint32_t VarInfo) in BTFKindVar()
529 void BTFDebug::visitBasicType(const DIBasicType *BTy, uint32_t &TypeId) { in visitBasicType()
559 uint32_t &TypeId) { in visitSubroutineType()
661 uint32_t &TypeId) { in visitStructType()
695 void BTFDebug::visitArrayType(const DICompositeType *CTy, uint32_t &TypeId) { in visitArrayType()
734 void BTFDebug::visitEnumType(const DICompositeType *CTy, uint32_t &TypeId) { in visitEnumType()
764 uint32_t &TypeId) { in visitFwdDeclType()
771 uint32_t &TypeId) { in visitCompositeType()
786 void BTFDebug::visitDerivedType(const DIDerivedType *DTy, uint32_t &TypeId, in visitDerivedType()
847 void BTFDebug::visitTypeEntry(const DIType *Ty, uint32_t &TypeId, in visitTypeEntry()
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/libbpf-rs/src/btf/
Dmod.rs129 pub struct TypeId(u32); struct
131 impl From<u32> for TypeId { implementation
143 impl Display for TypeId { implementation
484 pub fn type_id(&self) -> TypeId { in type_id()
569 unsafe fn referenced_type_id_unchecked(&self) -> TypeId { in referenced_type_id_unchecked()
723 fn referenced_type_id(&self) -> TypeId { in referenced_type_id()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp84 if (ConstantInt *TypeId = extractNumericTypeId(Type)) in buildCFICheck() local
93 if (ConstantInt *TypeId = in buildCFICheck() local
138 for (uint64_t TypeId : TypeIds) { in buildCFICheck() local
H A DLowerTypeTests.cpp536 Metadata *TypeId, in buildBitSet()
670 static bool isKnownTypeIdMember(Metadata *TypeId, const DataLayout &DL, in isKnownTypeIdMember()
711 Value *LowerTypeTestsModule::lowerTypeTestCall(Metadata *TypeId, CallInst *CI, in lowerTypeTestCall()
886 uint8_t *LowerTypeTestsModule::exportTypeId(StringRef TypeId, in exportTypeId()
937 LowerTypeTestsModule::importTypeId(StringRef TypeId) { in importTypeId()
2068 auto AddTypeIdUse = [&](Metadata *TypeId) -> TypeIdUserInfo & { in lower()
2110 auto TypeId = TypeIdMDVal->getMetadata(); in lower() local
2156 if (auto *TypeId = dyn_cast<MDString>(P.first)) in lower() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp89 if (ConstantInt *TypeId = extractNumericTypeId(Type)) in buildCFICheck() local
98 if (ConstantInt *TypeId = in buildCFICheck() local
143 for (uint64_t TypeId : TypeIds) { in buildCFICheck() local
H A DLowerTypeTests.cpp554 Metadata *TypeId, in buildBitSet()
688 static bool isKnownTypeIdMember(Metadata *TypeId, const DataLayout &DL, in isKnownTypeIdMember()
729 Value *LowerTypeTestsModule::lowerTypeTestCall(Metadata *TypeId, CallInst *CI, in lowerTypeTestCall()
902 uint8_t *LowerTypeTestsModule::exportTypeId(StringRef TypeId, in exportTypeId()
953 LowerTypeTestsModule::importTypeId(StringRef TypeId) { in importTypeId()
1979 auto AddTypeIdUse = [&](Metadata *TypeId) -> TypeIdUserInfo & { in lower()
2006 auto TypeId = TypeIdMDVal->getMetadata(); in lower() local
2052 if (auto *TypeId = dyn_cast<MDString>(P.first)) in lower() local
/aosp_15_r20/external/dexmaker/dexmaker/src/main/java/com/android/dx/
H A DTypeId.java34 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
/aosp_15_r20/external/google-fruit/include/fruit/impl/util/
H A Dtype_info.h64 struct TypeId { struct
69 bool operator==(TypeId x) const; argument

12345678