Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen/ir/
Dderive.rs56 fn can_derive_partialeq(&self, ctx: &BindgenContext) -> bool; in can_derive_partialeq() method
Ditem.rs343 fn can_derive_partialeq(&self, ctx: &BindgenContext) -> bool { in can_derive_partialeq() method
344 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
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs189 if item.can_derive_partialeq(ctx) { in derives_of_item()