Searched defs:total_cmp (Results 1 – 4 of 4) sorted by relevance
365 fn total_cmp(&self, other: &Self) -> Ordering { in total_cmp() method391 pub(crate) fn total_cmp(&self, other: &Self) -> Ordering { in total_cmp() method
409 fn total_cmp(a: &Value, b: &Value) -> Ordering { in partial_cmp() function481 let total_cmp = |&(a, _): &_, &(b, _): &_| total_cmp(a, b); in partial_cmp() localVariable
646 pub fn total_cmp(&self, other: &Self) -> Ordering { in total_cmp() method
637 pub fn total_cmp(&self, other: &Self) -> Ordering { in total_cmp() method