Searched refs:can_derive_partialord (Results 1 – 4 of 4) sorted by relevance
64 fn can_derive_partialord(&self, ctx: &BindgenContext) -> bool; in can_derive_partialord() method
340 fn can_derive_partialord(&self, ctx: &BindgenContext) -> bool { in can_derive_partialord() method341 self.id().can_derive_partialord(ctx) in can_derive_partialord()
252 fn can_derive_partialord(&self, ctx: &BindgenContext) -> bool { in can_derive_partialord() function
147 if item.can_derive_partialord(ctx) { in derives_of_item()