Home
last modified time | relevance | path

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

/external/rust/crates/serde_yaml/src/
Dnumber.rs365 fn total_cmp(&self, other: &Self) -> Ordering { in total_cmp() method
391 pub(crate) fn total_cmp(&self, other: &Self) -> Ordering { in total_cmp() method
Dmapping.rs409 fn total_cmp(a: &Value, b: &Value) -> Ordering { in partial_cmp() function
481 let total_cmp = |&(a, _): &_, &(b, _): &_| total_cmp(a, b); in partial_cmp() localVariable
/external/rust/crates/half/src/
Dbinary16.rs646 pub fn total_cmp(&self, other: &Self) -> Ordering { in total_cmp() method
Dbfloat.rs637 pub fn total_cmp(&self, other: &Self) -> Ordering { in total_cmp() method