Lines Matching defs:Literal
760 pub(crate) enum Literal { enum
789 impl Literal { implementation
841 pub(crate) fn f32_unsuffixed(f: f32) -> Literal { in f32_unsuffixed()
849 pub(crate) fn f64_unsuffixed(f: f64) -> Literal { in f64_unsuffixed()
857 pub(crate) fn string(string: &str) -> Literal { in string() method
865 pub(crate) fn character(ch: char) -> Literal { in character()
873 pub(crate) fn byte_character(byte: u8) -> Literal { in byte_character()
892 pub(crate) fn byte_string(bytes: &[u8]) -> Literal { in byte_string()
900 pub(crate) fn c_string(string: &CStr) -> Literal { in c_string()
945 fn unwrap_nightly(self) -> proc_macro::Literal { in unwrap_nightly()
953 impl From<fallback::Literal> for Literal { implementation
959 impl Display for Literal { implementation
968 impl Debug for Literal { implementation