Searched refs:parse_unquoted (Results 1 – 1 of 1) sorted by relevance
10 pub fn parse_unquoted(input: ParseStream) -> Result<Self> { in parse_unquoted() method12 parse_unquoted(input, allow_raw) in parse_unquoted()24 parse_unquoted(input, allow_raw) in parse_quoted_or_unquoted()28 Self::parse_unquoted(input) in parse_quoted_or_unquoted()33 fn parse_unquoted(input: ParseStream, allow_raw: bool) -> Result<QualifiedName> { in parse_unquoted() function