Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs95 bindgen_wrapper_union: Vec<String>, field
402 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()
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs367 &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, field
2206 &mut self.bindgen_wrapper_union, in build()
2320 bindgen_wrapper_union, in default()
/third_party/rust/crates/bindgen/bindgen/ir/
Dcomp.rs1706 let union_style = if ctx.options().bindgen_wrapper_union.matches(name) { in is_rust_union()