Searched refs:byte_string (Results 1 – 6 of 6) sorted by relevance
71 string = Literal::byte_string(string.as_bytes()), in emit_base()
892 pub(crate) fn byte_string(bytes: &[u8]) -> Literal { in byte_string() method894 Literal::Compiler(proc_macro::Literal::byte_string(bytes)) in byte_string()896 Literal::Fallback(fallback::Literal::byte_string(bytes)) in byte_string()
1237 pub fn byte_string(bytes: &[u8]) -> Literal { in byte_string() method1238 Literal::_new(imp::Literal::byte_string(bytes)) in byte_string()
348 } else if let Ok(ok) = byte_string(input) { in literal_nocapture()435 fn byte_string(input: Cursor) -> Result<Cursor, Reject> { in byte_string() function
1074 pub(crate) fn byte_string(bytes: &[u8]) -> Literal { in byte_string() method
277 let mut token = Literal::byte_string(value); in new()