Searched refs:byte_character (Results 1 – 3 of 3) sorted by relevance
873 pub(crate) fn byte_character(byte: u8) -> Literal { in byte_character() method878 proc_macro::Literal::byte_character(byte) in byte_character()883 let fallback = fallback::Literal::byte_character(byte); in byte_character()888 Literal::Fallback(fallback::Literal::byte_character(byte)) in byte_character()
1232 pub fn byte_character(byte: u8) -> Literal { in byte_character() method1233 Literal::_new(imp::Literal::byte_character(byte)) in byte_character()
1055 pub(crate) fn byte_character(byte: u8) -> Literal { in byte_character() method