Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dlit.rs1280 b'"' => parse_lit_str_cooked(s), in parse_lit_str()
1286 fn parse_lit_str_cooked(mut s: &str) -> (Box<str>, Box<str>) { in parse_lit_str_cooked() function