Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/syntax/
Dqualified.rs10 pub fn parse_unquoted(input: ParseStream) -> Result<Self> { in parse_unquoted() method
12 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
/third_party/openssl/crypto/property/
Dproperty_parse.c193 static int parse_unquoted(OSSL_LIB_CTX *ctx, const char *t[], in parse_unquoted() function
250 return parse_unquoted(ctx, t, res, create); in parse_value()