Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/codegen/
Dmod.rs612 let canonical_ident = ctx.rust_ident(&canonical_name); in codegen() localVariable
627 pub const #canonical_ident : #ty = #val ; in codegen()
646 pub const #canonical_ident : #ty = #val ; in codegen()
663 pub const #canonical_ident : &'static #ty = #cstr ; in codegen()
669 pub const #canonical_ident : #ty = #bytes ; in codegen()
677 pub const #canonical_ident : #ty = #expr ; in codegen()
684 pub const #canonical_ident : #ty = #c ; in codegen()
710 pub static #maybe_mut #canonical_ident: #ty; in codegen()
1712 let canonical_ident = ctx.rust_ident(&canonical_name); in codegen() localVariable
1998 pub union #canonical_ident in codegen()
[all …]