Searched refs:can_derive_ord (Results 1 – 4 of 4) sorted by relevance
78 fn can_derive_ord(&self, ctx: &BindgenContext) -> bool; in can_derive_ord() method
358 fn can_derive_ord(&self, ctx: &BindgenContext) -> bool { in can_derive_ord() method359 self.id().can_derive_ord(ctx) in can_derive_ord()
286 fn can_derive_ord(&self, ctx: &BindgenContext) -> bool { in can_derive_ord() function
151 if item.can_derive_ord(ctx) { in derives_of_item()