Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/wave/
H A Dcomponent.rs277 fn unwrap_enum(&self) -> Cow<'_, str> { in unwrap_enum() method
361 if !ty.unwrap_enum().names().any(|n| n == name) { in ensure_type_val()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dtypes.rs796 pub fn unwrap_enum(&self) -> &Enum { in unwrap_enum() method
/wasmtime-44.0.1/tests/all/component_model/
H A Ddynamic.rs1087 assert_eq!(b_ty.unwrap_enum().names().collect::<Vec<_>>(), ["a", "b"]); in introspection()