Lines Matching defs:suffix
95 suffix: Box<str>, field
108 suffix: Box<str>, field
123 suffix: Box<str>, field
247 let suffix = self.suffix(); in parse_with() localVariable
266 pub fn suffix(&self) -> &str { in suffix() method
301 pub fn suffix(&self) -> &str { in suffix() method
336 pub fn suffix(&self) -> &str { in suffix() method
371 pub fn suffix(&self) -> &str { in suffix() method
406 pub fn suffix(&self) -> &str { in suffix() method
469 pub fn suffix(&self) -> &str { in suffix() method
541 pub fn suffix(&self) -> &str { in suffix() method
1220 pub fn suffix(&self) -> &str { in suffix() method
1345 let suffix = s[1..].to_owned().into_boxed_str(); in parse_lit_str_cooked() localVariable
1364 let suffix = s[close + 1 + pounds..].to_owned().into_boxed_str(); in parse_lit_str_raw() localVariable
1434 let suffix = s[s.len() - v.len() + 1..].to_owned().into_boxed_str(); in parse_lit_byte_str_cooked() localVariable
1517 let suffix = s[s.len() - v.len() + 1..].to_owned().into_boxed_str(); in parse_lit_c_str_cooked() localVariable
1565 let suffix = s[s.len() - v.len() + 1..].to_owned().into_boxed_str(); in parse_lit_byte() localVariable
1610 let suffix = s[1..].to_owned().into_boxed_str(); in parse_lit_char() localVariable
1727 let suffix = &s[1 + i..]; in parse_lit_int() localVariable
1759 let suffix = s; in parse_lit_int() localVariable
1854 let suffix = digits.split_off(read); in parse_lit_float() localVariable