Searched refs:TypeComponentInstanceIndex (Results 1 – 6 of 6) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | types.rs | 64 pub struct TypeComponentInstanceIndex(u32); 285 pub(super) component_instances: PrimaryMap<TypeComponentInstanceIndex, TypeComponentInstance>, 414 …impl Index<TypeComponentInstanceIndex> for ComponentTypes { TypeComponentInstance => component_ins… 456 ComponentInstance(TypeComponentInstanceIndex),
|
| H A D | info.rs | 492 ty: TypeComponentInstanceIndex,
|
| H A D | dfg.rs | 256 ty: TypeComponentInstanceIndex,
|
| H A D | types_builder.rs | 348 ) -> Result<TypeComponentInstanceIndex> { in convert_instance() argument
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | types.rs | 12 TypeComponentInstanceIndex, TypeDef, TypeEnumIndex, TypeFlagsIndex, TypeFuncIndex, 1081 pub struct ComponentInstance(Handle<TypeComponentInstanceIndex>); 1084 pub(crate) fn from(index: TypeComponentInstanceIndex, ty: &InstanceType<'_>) -> Self { in from() argument
|
| /wasmtime-44.0.1/crates/environ/src/component/translate/ |
| H A D | inline.rs | 334 Import(ImportPath<'a>, TypeComponentInstanceIndex), 347 TypeComponentInstanceIndex,
|