Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/
Dlib.rs432 if self.options.derive_partialord { in command_line_flags()
1282 pub fn derive_partialord(mut self, doit: bool) -> Self { in derive_partialord() method
1283 self.options.derive_partialord = doit; in derive_partialord()
1295 self.options.derive_partialord = doit; in derive_ord()
1995 derive_partialord: bool, field
2330 derive_partialord, in default()
/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs635 builder = builder.derive_partialord(true); in builder_from_flags()
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs253 ctx.options().derive_partialord && in can_derive_partialord()
2658 if self.options.derive_partialord || in compute_cannot_derive_partialord_partialeq_or_eq()