Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/
Dlib.rs428 if self.options.derive_hash { in command_line_flags()
1274 pub fn derive_hash(mut self, doit: bool) -> Self { in derive_hash() method
1275 self.options.derive_hash = doit; in derive_hash()
1991 derive_hash: bool, field
2329 derive_hash, in default()
/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs627 builder = builder.derive_hash(true); in builder_from_flags()
/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs244 ctx.options().derive_hash && ctx.lookup_can_derive_hash(*self) in can_derive_hash()
2631 if self.options.derive_hash { in compute_cannot_derive_hash()