Home
last modified time | relevance | path

Searched refs:TypeOption (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/component/
H A Dtypes_builder.rs47 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 Dtypes.rs294 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 Dvalues.rs11 TypeOption, TypeResult, TypeVariant, VariantInfo,
846 fn option<'a>(ty: &'a TypeOption, r: &'a Option<Box<Val>>) -> GenericVariant<'a> { in option() argument