Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/codegen/
Ddyngen.rs47 constructor_inits: Vec<proc_macro2::TokenStream>, field
77 let constructor_inits = &self.constructor_inits; in get_tokens() localVariable
103 #( #constructor_inits )* in get_tokens()
164 self.constructor_inits.push(if is_required { in push()