Home
last modified time | relevance | path

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

/openbmc/docs/
H A Dcpp-style-and-conventions.md313 #### Files
318 #### Types
343 #### Variables
348 #### Functions
355 #### Constants
359 #### Namespaces
/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()