Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/component-macro/tests/expanded/
H A Drecords.rs331 pub type IntTypedef = i32; typedef
334 4 == < IntTypedef as wasmtime::component::ComponentType >::SIZE32
337 4 == < IntTypedef as wasmtime::component::ComponentType >::ALIGN32
340 pub type TupleTypedef2 = (IntTypedef,);
735 pub type IntTypedef = i32; typedef
738 4 == < IntTypedef as wasmtime::component::ComponentType >::SIZE32
741 4 == < IntTypedef as wasmtime::component::ComponentType
745 pub type TupleTypedef2 = (IntTypedef,);
H A Drecords_concurrent.rs331 pub type IntTypedef = i32; typedef
334 4 == < IntTypedef as wasmtime::component::ComponentType >::SIZE32
337 4 == < IntTypedef as wasmtime::component::ComponentType >::ALIGN32
340 pub type TupleTypedef2 = (IntTypedef,);
746 pub type IntTypedef = i32; typedef
749 4 == < IntTypedef as wasmtime::component::ComponentType >::SIZE32
752 4 == < IntTypedef as wasmtime::component::ComponentType
756 pub type TupleTypedef2 = (IntTypedef,);
H A Drecords_async.rs331 pub type IntTypedef = i32; typedef
334 4 == < IntTypedef as wasmtime::component::ComponentType >::SIZE32
337 4 == < IntTypedef as wasmtime::component::ComponentType >::ALIGN32
340 pub type TupleTypedef2 = (IntTypedef,);
813 pub type IntTypedef = i32; typedef
816 4 == < IntTypedef as wasmtime::component::ComponentType >::SIZE32
819 4 == < IntTypedef as wasmtime::component::ComponentType
823 pub type TupleTypedef2 = (IntTypedef,);
H A Drecords_tracing_async.rs331 pub type IntTypedef = i32; typedef
334 4 == < IntTypedef as wasmtime::component::ComponentType >::SIZE32
337 4 == < IntTypedef as wasmtime::component::ComponentType >::ALIGN32
340 pub type TupleTypedef2 = (IntTypedef,);
974 pub type IntTypedef = i32; typedef
977 4 == < IntTypedef as wasmtime::component::ComponentType >::SIZE32
980 4 == < IntTypedef as wasmtime::component::ComponentType
984 pub type TupleTypedef2 = (IntTypedef,);