Searched refs:c_string (Results 1 – 6 of 6) sorted by relevance
225 tokens.append(Literal::c_string(self)); in to_tokens()231 tokens.append(Literal::c_string(self)); in to_tokens()
900 pub(crate) fn c_string(string: &CStr) -> Literal { in c_string() method905 proc_macro::Literal::c_string(string) in c_string()910 let fallback = fallback::Literal::c_string(string); in c_string()915 Literal::Fallback(fallback::Literal::c_string(string)) in c_string()
1242 pub fn c_string(string: &CStr) -> Literal { in c_string() method1243 Literal::_new(imp::Literal::c_string(string)) in c_string()
350 } else if let Ok(ok) = c_string(input) { in literal_nocapture()516 fn c_string(input: Cursor) -> Result<Cursor, Reject> { in c_string() function
1100 pub(crate) fn c_string(string: &CStr) -> Literal { in c_string() method
312 let mut token = Literal::c_string(value); in new()