Home
last modified time | relevance | path

Searched refs:Ord (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/rust/alloc/
H A Dslice.rs211 T: Ord, in sort() argument
310 K: Ord, in sort_by_key() argument
357 K: Ord, in sort_by_cached_key() argument
H A Dboxed.rs1374 impl<T: ?Sized + Ord, A: Allocator> Ord for Box<T, A> {
1377 Ord::cmp(&**self, &**other) in cmp()
/openbmc/linux/rust/alloc/vec/
H A Dmod.rs3301 impl<T: Ord, A: Allocator> Ord for Vec<T, A> {
3304 Ord::cmp(&**self, &**other) in cmp()