Searched refs:component_type (Results 1 – 9 of 9) sorted by relevance
106 … Self::$variant => &[ $( define_unsafe_intrinsics!(@component_type $param_ty) ),* ],115 … Self::$variant => &[ $( define_unsafe_intrinsics!(@component_type $result_ty) ),* ],140 (@component_type u8) => { $crate::component::InterfaceType::U8 };141 (@component_type u16) => { $crate::component::InterfaceType::U16 };142 (@component_type u32) => { $crate::component::InterfaceType::U32 };143 (@component_type u64) => { $crate::component::InterfaceType::U64 };
257 let component_type = component.component_type(); in import_erased() localVariable258 let imports = component_type in import_erased()
307 let component_type = component.component_type(); in intrinsics_not_listed_in_imports() localVariable308 let imports = component_type.imports(&engine); in intrinsics_not_listed_in_imports()
34 pub fn component_type(input: proc_macro::TokenStream) -> proc_macro::TokenStream { in component_type() function
88 Box::new(component.component.component_type().into()) in wasmtime_component_type()
151 let ty = c.component_type(); in reflect_resource_import()
386 pub fn component_type(&self) -> types::Component { in component_type() method
355 let ty = component.component_type(); in module()
801 Self::search_component_funcs(store.engine(), component.component_type(), name); in invoke_component()