Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/
Danalyzer.rs332 fn annotate_decl(schema: &mut Schema, scope: &HashMap<String, DeclKey>, decl: &Decl) { in new() argument
388 scope: &HashMap<String, DeclKey>, in new() argument
Dparser.rs197 fn decl_key(&self) -> ast::DeclKey { in decl_key()
Dast.rs174 pub struct DeclKey(pub usize); struct