Home
last modified time | relevance | path

Searched refs:from_str_unchecked (Results 1 – 3 of 3) sorted by relevance

/linux/rust/proc-macro2/
H A Dwrapper.rs150 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() method
802 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()
H A Dfallback.rs90 pub(crate) fn from_str_unchecked(src: &str) -> Self { in from_str_unchecked() method
251 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() method
1239 fn from_str_unchecked(src: &str) -> Self { in from_str_unchecked() method
H A Dlib.rs1272 pub unsafe fn from_str_unchecked(repr: &str) -> Self { in from_str_unchecked() method
1273 Literal::_new(unsafe { imp::Literal::from_str_unchecked(repr) }) in from_str_unchecked()