Searched refs:TypeMap (Results 1 – 4 of 4) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | types_builder.rs | 41 maps: HashMap<TypeMap, TypeMapIndex>, 716 Ok(self.add_map_type(TypeMap { in map_type() 785 pub fn add_map_type(&mut self, ty: TypeMap) -> TypeMapIndex { in add_map_type() 1225 fn maps(&mut self, types: &ComponentTypesBuilder, ty: &TypeMap) { in maps() argument
|
| H A D | types.rs | 288 pub(super) maps: PrimaryMap<TypeMapIndex, TypeMap>, 424 impl Index<TypeMapIndex> for ComponentTypes { TypeMap => maps } 1193 pub struct TypeMap { struct
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/ |
| H A D | typed.rs | 17 OptionsIndex, StringEncoding, TypeMap, VariantInfo, 2120 fn map_abi<'a>(ty: InterfaceType, types: &'a ComponentTypes) -> &'a TypeMap { in map_abi() argument 2196 map: &TypeMap, in lower_map_iter() argument 2308 map: &TypeMap, in lift_try_map() argument
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | values.rs | 10 CanonicalAbiInfo, InterfaceType, TypeEnum, TypeFlags, TypeListIndex, TypeMap, TypeMapIndex, 1117 map_ty: &TypeMap, in lower_map() argument
|