Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/component-macro/tests/expanded/
H A Dmany-arguments_async.rs199 pub struct BigStruct { struct
241 impl core::fmt::Debug for BigStruct { implementation
302 x: BigStruct, in big_argument() argument
350 x: BigStruct, in big_argument() argument
435 (arg0,): (BigStruct,)| in add_to_linker()
461 pub struct BigStruct { struct
503 impl core::fmt::Debug for BigStruct { implementation
534 160 == < BigStruct as wasmtime::component::ComponentType
623 (&BigStruct,), in load()
705 arg0: &BigStruct, in call_big_argument() argument
[all …]
H A Dmany-arguments.rs199 pub struct BigStruct { struct
241 impl core::fmt::Debug for BigStruct { implementation
300 fn big_argument(&mut self, x: BigStruct) -> (); in big_argument() argument
342 fn big_argument(&mut self, x: BigStruct) -> () { in big_argument() argument
423 (arg0,): (BigStruct,)| in add_to_linker()
447 pub struct BigStruct { struct
489 impl core::fmt::Debug for BigStruct { implementation
520 160 == < BigStruct as wasmtime::component::ComponentType
609 (&BigStruct,), in load()
687 arg0: &BigStruct, in call_big_argument() argument
[all …]
H A Dmany-arguments_concurrent.rs199 pub struct BigStruct { struct
241 impl core::fmt::Debug for BigStruct { implementation
272 4 == < BigStruct as wasmtime::component::ComponentType >::ALIGN32
297 x: BigStruct, in big_argument() argument
382 (arg0,): (BigStruct,)| in add_to_linker()
408 pub struct BigStruct { struct
450 impl core::fmt::Debug for BigStruct { implementation
481 160 == < BigStruct as wasmtime::component::ComponentType
570 (&BigStruct,), in load()
653 arg0: BigStruct, in call_big_argument() argument
[all …]
H A Dmany-arguments_tracing_async.rs199 pub struct BigStruct { struct
241 impl core::fmt::Debug for BigStruct { implementation
302 x: BigStruct, in big_argument() argument
350 x: BigStruct, in big_argument() argument
462 (arg0,): (BigStruct,)| in add_to_linker()
504 pub struct BigStruct { struct
546 impl core::fmt::Debug for BigStruct { implementation
577 160 == < BigStruct as wasmtime::component::ComponentType
666 (&BigStruct,), in load()
754 arg0: &BigStruct, in call_big_argument() argument
[all …]