Searched refs:TypeOption (Results 1 – 3 of 3) sorted by relevance
| /wasmtime-44.0.1/crates/environ/src/component/ |
| H A D | types_builder.rs | 47 options: HashMap<TypeOption, TypeOptionIndex>, 630 Ok(self.add_option_type(TypeOption { ty, abi, info })) in option_type() 770 pub fn add_option_type(&mut self, ty: TypeOption) -> TypeOptionIndex { in add_option_type() 1214 fn options(&mut self, types: &ComponentTypesBuilder, ty: &TypeOption) { in options() argument
|
| H A D | types.rs | 294 pub(super) options: PrimaryMap<TypeOptionIndex, TypeOption>, 421 impl Index<TypeOptionIndex> for ComponentTypes { TypeOption => options } 1069 pub struct TypeOption { struct
|
| /wasmtime-44.0.1/crates/wasmtime/src/runtime/component/ |
| H A D | values.rs | 11 TypeOption, TypeResult, TypeVariant, VariantInfo, 846 fn option<'a>(ty: &'a TypeOption, r: &'a Option<Box<Val>>) -> GenericVariant<'a> { in option() argument
|