Home
last modified time | relevance | path

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

12345

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/
Dlib.rs90 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/cronet/tot/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.130/src/
Dlib.rs90 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/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
/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 …]
/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()
/external/google-fruit/include/fruit/impl/normalized_component_storage/
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()
/external/google-fruit/include/fruit/impl/util/
Dtype_info.h64 struct TypeId { struct
69 bool operator==(TypeId x) const; argument
/external/google-fruit/src/
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()
Dnormalized_component_storage.cpp41const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in NormalizedComponentStorage()
67const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in NormalizedComponentStorage()
Dnormalized_component_storage_holder.cpp26 ComponentStorage&& component, const std::vector<TypeId, ArenaAllocator<TypeId>>& exposed_types, in NormalizedComponentStorageHolder()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
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
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
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 …]
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
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
/external/libtextclassifier/native/lang_id/common/fel/
Dworkspace.h59 struct TypeId { struct
64 int TypeId<T>::type_id = GetFreshTypeId(); argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DAny.h36 template <typename T> struct TypeId { static char Id; }; struct
/external/rust/android-crates-io/crates/diplomat_core/src/hir/
Dtype_context.rs51 pub enum TypeId { enum
61 TypeId(TypeId), enumerator
526 impl From<StructId> for TypeId { implementation
532 impl From<OutStructId> for TypeId { implementation
538 impl From<OpaqueId> for TypeId { implementation
544 impl From<EnumId> for TypeId { implementation
564 fn try_into(self) -> Result<TypeId, Self::Error> { in try_into()
/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()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
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 …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAny.h27 template <typename T> struct TypeId { static const char Id; }; argument
/external/llvm/lib/Transforms/IPO/
DCrossDSOCFI.cpp93 if (ConstantInt *TypeId = extractNumericTypeId(Type)) in buildCFICheck() local
129 for (uint64_t TypeId : TypeIds) { in buildCFICheck() local
/external/gemmlowp/internal/
Dallocator.h46 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/
Dacquisition_task.proto9 enum TypeId { MESSAGE_TYPE_ID = 34049749; }; enum
Dacquisition_network_device.proto9 enum TypeId { MESSAGE_TYPE_ID = 34049749; }; enum

12345