Home
last modified time | relevance | path

Searched defs: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
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