Home
last modified time | relevance | path

Searched defs:value_cmp (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/coset/src/common/
Dtests.rs77 let value_cmp = left.cmp(&right); in test_label_sort() localVariable
127 let value_cmp = left.cmp_canonical(&right); in test_label_canonical_sort() localVariable
223 let value_cmp = left.cmp(&right); in test_registered_label_sort() localVariable
333 let value_cmp = left.cmp(&right); in test_registered_label_with_private_sort() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/
Dord.rs25 fn value_cmp(&self, other: &Self) -> Result<Ordering>; in value_cmp() method
50 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() function
75 fn value_cmp(&self, _other: &Self) -> Result<Ordering> { in value_cmp() method
Dencode_ref.rs68 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() function
/aosp_15_r20/external/rust/android-crates-io/crates/der/src/asn1/
Dsequence_of.rs108 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() function
175 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() function
227 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() function
Dbit_string.rs147 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() method
344 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() method
432 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() function
Dany.rs134 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() method
274 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() method
Dset_of.rs174 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() function
411 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() function
Dinteger.rs20 fn value_cmp<T>(a: T, b: T) -> Result<Ordering> in value_cmp() function
Dcontext_specific.rs198 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() function
/aosp_15_r20/external/rust/android-crates-io/crates/spki/src/
Dalgorithm.rs80 fn value_cmp(&self, other: &Self) -> der::Result<Ordering> { in value_cmp() function
Dspki.rs140 fn value_cmp(&self, other: &Self) -> der::Result<Ordering> { in value_cmp() function
/aosp_15_r20/external/rust/android-crates-io/crates/x509-cert/src/
Dcertificate.rs77 fn value_cmp(&self, other: &Self) -> der::Result<Ordering> { in value_cmp() method
/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp1641 value_cmp(ValueRef *a, ValueRef *b) { in value_cmp() function