Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dcontext.rs244 ctx.options().derive_hash && ctx.lookup_can_derive_hash(*self) in can_derive_hash()
2503 pub fn lookup_can_derive_hash<Id: Into<ItemId>>(&self, id: Id) -> bool { in lookup_can_derive_hash() method