Home
last modified time | relevance | path

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

/external/rust/cxx/syntax/
Dqualified.rs10 pub fn parse_unquoted(input: ParseStream) -> Result<Self> { in parse_unquoted() method
35 lit.parse_with(Self::parse_unquoted) in parse_quoted_or_unquoted()
38 Self::parse_unquoted(input) in parse_quoted_or_unquoted()