Home
last modified time | relevance | path

Searched defs:Ordering (Results 1 – 5 of 5) sorted by relevance

/openbmc/docs/
H A Dcpp-style-and-conventions.md313 #### Files
318 #### Types
343 #### Variables
348 #### Functions
355 #### Constants
359 #### Namespaces
/openbmc/qemu/rust/qemu-api/src/
H A Dcell.rs293 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 Dslice.rs267 F: FnMut(&T, &T) -> Ordering, in sort_by()
H A Dboxed.rs1353 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 Dmod.rs3291 fn partial_cmp(&self, other: &Vec<T, A2>) -> Option<Ordering> { in partial_cmp()
3303 fn cmp(&self, other: &Self) -> Ordering { in cmp()