Lines Matching defs:Literal
547 Literal(Literal), enumerator
1063 pub struct Literal { struct
1064 inner: imp::Literal, argument
1081 pub fn $name(n: $kind) -> Literal { argument
1108 impl Literal { impl
1166 pub fn f64_unsuffixed(f: f64) -> Literal { in f64_unsuffixed()
1184 pub fn f64_suffixed(f: f64) -> Literal { in f64_suffixed()
1202 pub fn f32_unsuffixed(f: f32) -> Literal { in f32_unsuffixed()
1220 pub fn f32_suffixed(f: f32) -> Literal { in f32_suffixed()
1226 pub fn string(string: &str) -> Literal { in string() method
1231 pub fn character(ch: char) -> Literal { in character()
1236 pub fn byte_character(byte: u8) -> Literal { in byte_character()
1241 pub fn byte_string(bytes: &[u8]) -> Literal { in byte_string()
1246 pub fn c_string(string: &CStr) -> Literal { in c_string()
1281 impl FromStr for Literal { implementation
1295 impl Debug for Literal { implementation
1301 impl Display for Literal { implementation