Home
last modified time | relevance | path

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

/external/rust/android-crates-io/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.rs408 fn total_cmp(a: &Value, b: &Value) -> Ordering { in partial_cmp() function
480 let total_cmp = |&(a, _): &_, &(b, _): &_| total_cmp(a, b); in partial_cmp() localVariable
/external/rust/android-crates-io/crates/icu_locale_core/src/extensions/unicode/
Dmod.rs180 pub fn total_cmp(&self, other: &Self) -> Ordering { in total_cmp() method
/external/rust/android-crates-io/crates/icu_locale_core/src/extensions/transform/
Dmod.rs191 pub fn total_cmp(&self, other: &Self) -> Ordering { in total_cmp() method
/external/rust/android-crates-io/crates/icu_locale_core/src/extensions/
Dmod.rs228 pub fn total_cmp(&self, other: &Self) -> Ordering { in total_cmp() method
/external/rust/android-crates-io/crates/icu_locale_core/src/
Ddata.rs221 pub fn total_cmp(&self, other: &Self) -> Ordering { in total_cmp() method
Dlocale.rs357 pub fn total_cmp(&self, other: &Self) -> Ordering { in total_cmp() method
Dlangid.rs354 pub fn total_cmp(&self, other: &Self) -> Ordering { in total_cmp() method
/external/rust/android-crates-io/crates/num-traits/src/
Dfloat.rs2299 fn total_cmp(&self, other: &Self) -> Ordering; in total_cmp() method
2461 fn total_cmp() { in total_cmp() function
/external/rust/android-crates-io/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