Searched defs:Ordering (Results 1 – 5 of 5) sorted by relevance
/openbmc/docs/ |
H A D | cpp-style-and-conventions.md | 313 #### Files 318 #### Types 343 #### Variables 348 #### Functions 355 #### Constants 359 #### Namespaces
|
/openbmc/qemu/rust/qemu-api/src/ |
H A D | cell.rs | 293 fn partial_cmp(&self, other: &BqlCell<T>) -> Option<Ordering> { in partial_cmp() 300 fn cmp(&self, other: &BqlCell<T>) -> Ordering { in cmp() 748 fn partial_cmp(&self, other: &BqlRefCell<T>) -> Option<Ordering> { in partial_cmp() 759 fn cmp(&self, other: &BqlRefCell<T>) -> Ordering { in cmp()
|
/openbmc/linux/rust/alloc/ |
H A D | slice.rs | 267 F: FnMut(&T, &T) -> Ordering, in sort_by()
|
H A D | boxed.rs | 1353 fn partial_cmp(&self, other: &Self) -> Option<Ordering> { in partial_cmp() 1376 fn cmp(&self, other: &Self) -> Ordering { in cmp()
|
/openbmc/linux/rust/alloc/vec/ |
H A D | mod.rs | 3291 fn partial_cmp(&self, other: &Vec<T, A2>) -> Option<Ordering> { in partial_cmp() 3303 fn cmp(&self, other: &Self) -> Ordering { in cmp()
|