Home
last modified time | relevance | path

Searched defs:is_rust_keyword (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/
Drust.rs60 pub fn is_rust_keyword(ident: &str) -> bool { in is_rust_keyword() function
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/rust/
Dkeywords.rs75 pub(crate) fn is_rust_keyword(ident: &str) -> bool { in is_rust_keyword() function
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/
Drust.rs60 pub fn is_rust_keyword(ident: &str) -> bool { in is_rust_keyword() function