Searched refs:parse_lit_byte_str_cooked (Results 1 – 1 of 1) sorted by relevance
1372 b'"' => parse_lit_byte_str_cooked(s), in parse_lit_byte_str()1378 fn parse_lit_byte_str_cooked(mut s: &str) -> (Vec<u8>, Box<str>) { in parse_lit_byte_str_cooked() function