Searched refs:bindgen_wrapper_union (Results 1 – 3 of 3) sorted by relevance
95 bindgen_wrapper_union: Vec<String>, field402 bindgen_wrapper_union, in builder_from_flags()574 for regex in bindgen_wrapper_union { in builder_from_flags()575 builder = builder.bindgen_wrapper_union(regex); in builder_from_flags()
367 &self.options.bindgen_wrapper_union, in command_line_flags()1150 pub fn bindgen_wrapper_union<T: AsRef<str>>(mut self, arg: T) -> Self {1151 self.options.bindgen_wrapper_union.insert(arg);1931 bindgen_wrapper_union: RegexSet, field2206 &mut self.bindgen_wrapper_union, in build()2320 bindgen_wrapper_union, in default()
1706 let union_style = if ctx.options().bindgen_wrapper_union.matches(name) { in is_rust_union()