/external/grpc-grpc/src/core/lib/slice/ |
D | slice_hash_table.h | 109 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/ |
D | ord.rs | 25 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
|
D | encode_ref.rs | 68 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() function
|
/external/rust/crates/coset/src/common/ |
D | tests.rs | 72 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/ |
D | sequence_of.rs | 108 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
|
D | bit_string.rs | 148 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
|
D | set_of.rs | 161 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
|
D | integer.rs | 135 fn value_cmp<T>(a: T, b: T) -> Result<Ordering> in value_cmp() function
|
D | context_specific.rs | 198 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() function
|
D | any.rs | 198 fn value_cmp(&self, other: &Self) -> Result<Ordering> { in value_cmp() method
|
/external/rust/crates/spki/src/ |
D | algorithm.rs | 126 fn value_cmp(&self, other: &Self) -> der::Result<Ordering> { in value_cmp() method
|
D | spki.rs | 109 fn value_cmp(&self, other: &Self) -> der::Result<Ordering> { in value_cmp() method
|
/external/rust/crates/x509-cert/src/ |
D | certificate.rs | 38 fn value_cmp(&self, other: &Self) -> der::Result<Ordering> { in value_cmp() method
|
/external/grpc-grpc/test/core/slice/ |
D | slice_hash_table_test.cc | 72 TestHashTable::ValueCmp value_cmp) { in CreateTableFromEntries()
|
/external/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_ra.cpp | 1785 value_cmp(ValueRef *a, ValueRef *b) { in value_cmp() function
|