Searched refs:TupleTypedef2 (Results 1 – 4 of 4) sorted by relevance
| /wasmtime-44.0.1/crates/component-macro/tests/expanded/ |
| H A D | records.rs | 340 pub type TupleTypedef2 = (IntTypedef,); typedef 343 4 == < TupleTypedef2 as wasmtime::component::ComponentType >::SIZE32 407 fn typedef_inout(&mut self, e: TupleTypedef2) -> i32; in typedef_inout() 440 fn typedef_inout(&mut self, e: TupleTypedef2) -> i32 { in typedef_inout() 553 (arg0,): (TupleTypedef2,)| in add_to_linker() 745 pub type TupleTypedef2 = (IntTypedef,); typedef 748 4 == < TupleTypedef2 as wasmtime::component::ComponentType 752 4 == < TupleTypedef2 as wasmtime::component::ComponentType 953 (TupleTypedef2,), in load() 1111 arg0: TupleTypedef2, in call_typedef_inout() argument [all …]
|
| H A D | records_async.rs | 340 pub type TupleTypedef2 = (IntTypedef,); typedef 343 4 == < TupleTypedef2 as wasmtime::component::ComponentType >::SIZE32 434 e: TupleTypedef2, in typedef_inout() argument 495 e: TupleTypedef2, in typedef_inout() argument 629 (arg0,): (TupleTypedef2,)| in add_to_linker() 823 pub type TupleTypedef2 = (IntTypedef,); typedef 826 4 == < TupleTypedef2 as wasmtime::component::ComponentType 830 4 == < TupleTypedef2 as wasmtime::component::ComponentType 1031 (TupleTypedef2,), in load() 1239 arg0: TupleTypedef2, in call_typedef_inout() argument [all …]
|
| H A D | records_concurrent.rs | 340 pub type TupleTypedef2 = (IntTypedef,); typedef 343 4 == < TupleTypedef2 as wasmtime::component::ComponentType >::SIZE32 346 4 == < TupleTypedef2 as wasmtime::component::ComponentType >::ALIGN32 429 e: TupleTypedef2, in typedef_inout() argument 561 (arg0,): (TupleTypedef2,)| in add_to_linker() 756 pub type TupleTypedef2 = (IntTypedef,); typedef 759 4 == < TupleTypedef2 as wasmtime::component::ComponentType 763 4 == < TupleTypedef2 as wasmtime::component::ComponentType 964 (TupleTypedef2,), in load() 1162 arg0: TupleTypedef2, in call_typedef_inout() argument [all …]
|
| H A D | records_tracing_async.rs | 340 pub type TupleTypedef2 = (IntTypedef,); typedef 343 4 == < TupleTypedef2 as wasmtime::component::ComponentType >::SIZE32 434 e: TupleTypedef2, in typedef_inout() argument 495 e: TupleTypedef2, in typedef_inout() argument 774 (arg0,): (TupleTypedef2,)| in add_to_linker() 984 pub type TupleTypedef2 = (IntTypedef,); typedef 987 4 == < TupleTypedef2 as wasmtime::component::ComponentType 991 4 == < TupleTypedef2 as wasmtime::component::ComponentType 1192 (TupleTypedef2,), in load() 1460 arg0: TupleTypedef2, in call_typedef_inout() argument [all …]
|