Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/component-macro/tests/expanded/
H A Dresources-import.rs419 pub struct NestedOwn { struct
423 impl core::fmt::Debug for NestedOwn { implementation
432 4 == < NestedOwn as wasmtime::component::ComponentType >::SIZE32
435 4 == < NestedOwn as wasmtime::component::ComponentType >::ALIGN32
565 fn record_own_arg(&mut self, x: NestedOwn) -> (); in record_own_arg() argument
567 fn record_result(&mut self) -> NestedOwn; in record_result() argument
655 fn record_own_arg(&mut self, x: NestedOwn) -> () { in record_own_arg() argument
661 fn record_result(&mut self) -> NestedOwn { in record_result() argument
894 (arg0,): (NestedOwn,)| in add_to_linker()
H A Dresources-import_async.rs470 pub struct NestedOwn { struct
474 impl core::fmt::Debug for NestedOwn { implementation
483 4 == < NestedOwn as wasmtime::component::ComponentType >::SIZE32
486 4 == < NestedOwn as wasmtime::component::ComponentType >::ALIGN32
639 x: NestedOwn, in record_own_arg() argument
647 ) -> impl ::core::future::Future<Output = NestedOwn> + Send; in record_result()
757 x: NestedOwn, in record_own_arg() argument
769 ) -> impl ::core::future::Future<Output = NestedOwn> + Send { in record_result()
1048 (arg0,): (NestedOwn,)| in add_to_linker()
H A Dresources-import_concurrent.rs415 pub struct NestedOwn { struct
419 impl core::fmt::Debug for NestedOwn { implementation
428 4 == < NestedOwn as wasmtime::component::ComponentType >::SIZE32
431 4 == < NestedOwn as wasmtime::component::ComponentType >::ALIGN32
559 x: NestedOwn, in record_own_arg() argument
567 ) -> impl ::core::future::Future<Output = NestedOwn> + Send; in record_result()
854 (arg0,): (NestedOwn,)| in add_to_linker()
H A Dresources-import_tracing_async.rs533 pub struct NestedOwn { struct
537 impl core::fmt::Debug for NestedOwn { implementation
546 4 == < NestedOwn as wasmtime::component::ComponentType >::SIZE32
549 4 == < NestedOwn as wasmtime::component::ComponentType >::ALIGN32
702 x: NestedOwn, in record_own_arg() argument
710 ) -> impl ::core::future::Future<Output = NestedOwn> + Send; in record_result()
820 x: NestedOwn, in record_own_arg() argument
832 ) -> impl ::core::future::Future<Output = NestedOwn> + Send { in record_result()
1378 (arg0,): (NestedOwn,)| in add_to_linker()