Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/slice/
Dslice_hash_table.h109 ValueCmp value_cmp) { in Create()
115 ValueCmp value_cmp) in SliceHashTable()
197 const int value_cmp = value_cmp_a(a.entries_[i].value, b.entries_[i].value); in Cmp() local
/external/rust/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
Dencode_ref.rs68 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() function
/external/rust/crates/coset/src/common/
Dtests.rs72 let value_cmp = left.cmp(&right); in test_label_sort() localVariable
153 let value_cmp = left.cmp(&right); in test_registered_label_sort() localVariable
263 let value_cmp = left.cmp(&right); in test_registered_label_with_private_sort() localVariable
/external/rust/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
231 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() function
Dbit_string.rs148 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() method
332 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() method
384 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() function
Dset_of.rs161 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() function
373 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() function
Dinteger.rs135 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
Dany.rs198 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() method
/external/rust/crates/spki/src/
Dalgorithm.rs126 fn value_cmp(&self, other: &Self) -> der::Result<Ordering> { in value_cmp() method
Dspki.rs109 fn value_cmp(&self, other: &Self) -> der::Result<Ordering> { in value_cmp() method
/external/rust/crates/x509-cert/src/
Dcertificate.rs38 fn value_cmp(&self, other: &Self) -> der::Result<Ordering> { in value_cmp() method
/external/grpc-grpc/test/core/slice/
Dslice_hash_table_test.cc72 TestHashTable::ValueCmp value_cmp) { in CreateTableFromEntries()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_ra.cpp1785 value_cmp(ValueRef *a, ValueRef *b) { in value_cmp() function