Searched defs:IntegerLit (Results 1 – 2 of 2) sorted by relevance
27 pub struct IntegerLit<B: Buffer> { struct28 raw: B,30 start_main_part: usize,32 end_main_part: usize,33 base: IntegerBase,34 type_suffix: Option<IntegerType>,76 impl<B: Buffer> IntegerLit<B> { implementation83 let IntegerLit { in parse() localVariable161 impl IntegerLit<&str> { impl175 impl<B: Buffer> fmt::Display for IntegerLit<B> { implementation
100 IntegerLit, enumerator