Searched refs:IntRepr (Results 1 – 2 of 2) sorted by relevance
77 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()
8 repr: witx::IntRepr, in define_flags() argument