Home
last modified time | relevance | path

Searched defs:Ordering (Results 1 – 2 of 2) 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.rs289 fn partial_cmp(&self, other: &BqlCell<T>) -> Option<Ordering> { in partial_cmp()
296 fn cmp(&self, other: &BqlCell<T>) -> Ordering { in cmp()
744 fn partial_cmp(&self, other: &BqlRefCell<T>) -> Option<Ordering> { in partial_cmp()
755 fn cmp(&self, other: &BqlRefCell<T>) -> Ordering { in cmp()