Home
last modified time | relevance | path

Searched defs:name_ident (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/bindgen/src/codegen/
Dimpl_partialeq.rs56 let name_ident = ctx.rust_ident_raw(getter_name); in gen_partialeq_impl() localVariable
85 let name_ident = ctx.rust_ident(name); in gen_field() localVariable
Dimpl_debug.rs102 let name_ident = ctx.rust_ident_raw(getter_name); in impl_debug() localVariable
121 let name_ident = ctx.rust_ident(name); in impl_debug() localVariable