Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/analysis/
Dderive.rs463 DeriveTrait::Hash => ctx.no_hash_by_name(item), in not_by_name()
/external/rust/crates/bindgen/src/ir/
Dcontext.rs2639 pub fn no_hash_by_name(&self, item: &Item) -> bool { in no_hash_by_name() method