Home
last modified time | relevance | path

Searched refs:method_a (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/component-macro/tests/expanded/
H A Dresources-import.rs389 fn method_a(&mut self, self_: wasmtime::component::Resource<Bar>) -> u32; in method_a() method
402 fn method_a( in method_a() method
406 HostBar::method_a(*self, self_) in method_a()
724 let r = HostBar::method_a(host, arg0); in add_to_linker()
H A Dresources-import_async.rs431 fn method_a( in method_a() method
453 fn method_a( in method_a() method
457 async move { HostBar::method_a(*self, self_).await } in method_a()
847 let r = HostBar::method_a(host, arg0).await; in add_to_linker()
H A Dresources-import_tracing_async.rs494 fn method_a( in method_a() method
516 fn method_a( in method_a() method
520 async move { HostBar::method_a(*self, self_).await } in method_a()
946 let r = HostBar::method_a(host, arg0).await; in add_to_linker()
H A Dresources-import_concurrent.rs404 fn method_a<T: Send>( in method_a() method
645 let r = <D as HostBarWithStore>::method_a(host, arg0).await; in add_to_linker()