Searched refs:from_str_unchecked (Results 1 – 3 of 3) sorted by relevance
150 proc_macro::TokenStream::from_str_unchecked(&inner.to_string()) in from()800 pub(crate) unsafe fn from_str_unchecked(repr: &str) -> Self { in from_str_unchecked() method802 Literal::Compiler(proc_macro::Literal::from_str_unchecked(repr)) in from_str_unchecked()804 Literal::Fallback(unsafe { fallback::Literal::from_str_unchecked(repr) }) in from_str_unchecked()884 proc_macro::Literal::from_str_unchecked(&fallback.repr) in byte_character()911 proc_macro::Literal::from_str_unchecked(&fallback.repr) in c_string()
90 pub(crate) fn from_str_unchecked(src: &str) -> Self { in from_str_unchecked() method251 TokenStream::from_str_unchecked(&inner.to_string()) in from()258 proc_macro::TokenStream::from_str_unchecked(&inner.to_string()) in from()981 pub(crate) unsafe fn from_str_unchecked(repr: &str) -> Self { in from_str_unchecked() method1239 fn from_str_unchecked(src: &str) -> Self { in from_str_unchecked() method
1272 pub unsafe fn from_str_unchecked(repr: &str) -> Self { in from_str_unchecked() method1273 Literal::_new(unsafe { imp::Literal::from_str_unchecked(repr) }) in from_str_unchecked()