Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/
Dlib.rs293 (&self.options.newtype_enums, "--newtype-enum"), in command_line_flags()
922 self.options.newtype_enums.insert(arg); in newtype_enum()
1649 newtype_enums: RegexSet, field
1922 &mut self.newtype_enums, in build()
1971 newtype_enums: Default::default(), in default()
/external/rust/crates/bindgen/src/ir/
Denum_ty.rs191 } else if self.is_matching_enum(ctx, &ctx.options().newtype_enums, item) in computed_enum_variation()