Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/codegen/
Dmod.rs88 let root_ident = ctx.rust_ident(&root); in root_import() localVariable
89 path.push(quote! { #root_ident }); in root_import()