Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Denum_ty.rs194 } else if self.is_matching_enum(ctx, &ctx.options().newtype_enums, item) in computed_enum_variation()
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs351 (&self.options.newtype_enums, "--newtype-enum"), in command_line_flags()
1009 self.options.newtype_enums.insert(arg);
1892 newtype_enums: RegexSet, field
2199 &mut self.newtype_enums, in build()
2308 newtype_enums, in default()