Lines Matching refs:Some
33 "bool" => Some(Bool),
34 "c_char" => Some(Char),
35 "u8" => Some(U8),
36 "u16" => Some(U16),
37 "u32" => Some(U32),
38 "u64" => Some(U64),
39 "usize" => Some(Usize),
40 "i8" => Some(I8),
41 "i16" => Some(I16),
42 "i32" => Some(I32),
43 "i64" => Some(I64),
44 "isize" => Some(Isize),
45 "f32" => Some(F32),
46 "f64" => Some(F64),
47 "CxxString" => Some(CxxString),
48 "String" => Some(RustString),