Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/codegen/
Ddyngen.rs48 constructor_inits: Vec<proc_macro2::TokenStream>, field
82 let constructor_inits = &self.constructor_inits; in get_tokens() localVariable