Searched refs:component_func (Results 1 – 3 of 3) sorted by relevance
73 TEST(types, component_func) { in TEST() argument84 auto ty = component.import_get(engine, "x")->component_func(); in TEST()96 ty = component.import_get(engine, "x")->component_func(); in TEST()154 return *component.type().import_get(engine, "f")->component_func().result(); in result()200 *component.type().import_get(engine, "f")->component_func().result(); in TEST()
155 const FuncType &component_func() const;250 wasmtime::component::ComponentItem::component_func() const { in component_func() function in wasmtime::component::ComponentItem252 return *FuncType::from_capi(&item.of.component_func); in component_func()
124 wasmtime_component_func_type_t *component_func; member