Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dlit.rs289 let (value, _suffix) = value::parse_lit_byte_str(&repr); in value()
1154 let (_, suffix) = parse_lit_byte_str(&repr); in new()
1369 pub(crate) fn parse_lit_byte_str(s: &str) -> (Vec<u8>, Box<str>) { in parse_lit_byte_str() function