Home
last modified time | relevance | path

Searched defs:can_derive (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/analysis/
Dderive.rs71 can_derive: HashMap<ItemId, CanDerive>, field
143 let can_derive = self in constrain_type() localVariable
432 let can_derive = self.can_derive in constrain_join() localVariable
631 let can_derive = HashMap::default(); in new() localVariable
672 let can_derive = match item.as_type() { in constrain() localVariable
674 let mut can_derive = self.constrain_type(item, ty); in constrain() localVariable