Searched refs:parse_lit_c_str (Results 1 – 1 of 1) sorted by relevance
324 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