Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dlit.rs324 let (value, _suffix) = value::parse_lit_c_str(&repr); in value()
1170 let (_, suffix) = parse_lit_c_str(&repr); in new()
1445 pub(crate) fn parse_lit_c_str(s: &str) -> (CString, Box<str>) { in parse_lit_c_str() function