Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dderive.rs56 fn can_derive_partialeq(&self, ctx: &BindgenContext) -> bool; in can_derive_partialeq() method
Ditem.rs346 fn can_derive_partialeq(&self, ctx: &BindgenContext) -> bool { in can_derive_partialeq() method
347 self.id().can_derive_partialeq(ctx) in can_derive_partialeq()
Dcontext.rs263 fn can_derive_partialeq(&self, ctx: &BindgenContext) -> bool { in can_derive_partialeq() function
/external/rust/crates/bindgen/src/codegen/
Dmod.rs155 if item.can_derive_partialeq(ctx) { in derives_of_item()