Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/rust/
Dkeywords.rs71 pub(crate) fn parse_rust_keyword(word: &str) -> Option<&'static str> { in parse_rust_keyword() function
76 parse_rust_keyword(ident).is_some() in is_rust_keyword()
Dcomponent.rs5 use crate::gen::rust::keywords::parse_rust_keyword;
28 } else if let Some(kw) = parse_rust_keyword(s) { in parse()