Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dcontext.rs440 cannot_derive_hash: Option<HashSet<ItemId>>, field
589 cannot_derive_hash: None, in new()
2630 assert!(self.cannot_derive_hash.is_none()); in compute_cannot_derive_hash()
2632 self.cannot_derive_hash = in compute_cannot_derive_hash()
2651 !self.cannot_derive_hash.as_ref().unwrap().contains(&id) in lookup_can_derive_hash()