Lines Matching refs:to_string
37 Type::Bool => "bool".to_string(), in ty()
38 Type::U8 => "u8".to_string(), in ty()
39 Type::U16 => "u16".to_string(), in ty()
40 Type::U32 => "u32".to_string(), in ty()
41 Type::U64 => "u64".to_string(), in ty()
42 Type::S8 => "i8".to_string(), in ty()
43 Type::S16 => "i16".to_string(), in ty()
44 Type::S32 => "i32".to_string(), in ty()
45 Type::S64 => "i64".to_string(), in ty()
46 Type::F32 => "f32".to_string(), in ty()
47 Type::F64 => "f64".to_string(), in ty()
48 Type::Char => "char".to_string(), in ty()
75 None => "()".to_string(), in optional_ty()
160 let mut out = "(".to_string(); in tyid()
404 let mut out = "(".to_string(); in typedfunc_sig()