Home
last modified time | relevance | path

Searched refs:IntRepr (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wiggle/generate/src/types/
H A Dmod.rs77 pub fn int_repr_tokens(int_repr: witx::IntRepr) -> TokenStream { in int_repr_tokens()
79 witx::IntRepr::U8 => quote!(u8), in int_repr_tokens()
80 witx::IntRepr::U16 => quote!(u16), in int_repr_tokens()
81 witx::IntRepr::U32 => quote!(u32), in int_repr_tokens()
82 witx::IntRepr::U64 => quote!(u64), in int_repr_tokens()
H A Dflags.rs8 repr: witx::IntRepr, in define_flags() argument