Searched refs:value_equal (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/Sema/ |
D | block-return.c | 66 Boolean (*value_equal)(uintptr_t, uintptr_t) = 0; in foo3() local 69 …return (Boolean)(uintptr_t)INVOKE_CALLBACK2(value_equal, (uintptr_t)stack_value_or_key1, (uintptr_… in foo3()
|
/external/llvm-project/clang/test/Sema/ |
D | block-return.c | 66 Boolean (*value_equal)(uintptr_t, uintptr_t) = 0; in foo3() local 69 …return (Boolean)(uintptr_t)INVOKE_CALLBACK2(value_equal, (uintptr_t)stack_value_or_key1, (uintptr_… in foo3()
|
/external/rust/crates/weak-table/src/ |
D | ptr_weak_weak_hash_map.rs | 133 …pub fn submap_with<F, S1, V1>(&self, other: &PtrWeakWeakHashMap<K, V1, S1>, value_equal: F) -> bool in submap_with() 138 self.0.is_submap_with(&other.0, value_equal) in submap_with()
|
D | ptr_weak_key_hash_map.rs | 137 … pub fn submap_with<F, S1, V1>(&self, other: &PtrWeakKeyHashMap<K, V1, S1>, value_equal: F) -> bool in submap_with() 141 self.0.is_submap_with(&other.0, value_equal) in submap_with()
|
D | weak_value_hash_map.rs | 421 mut value_equal: F) -> bool in is_submap_with() 428 if !value_equal(value1, value2) { in is_submap_with()
|
D | weak_weak_hash_map.rs | 436 mut value_equal: F) -> bool in is_submap_with() 443 if !value_equal(value1, value2) { in is_submap_with()
|
D | weak_key_hash_map.rs | 498 mut value_equal: F) -> bool in is_submap_with() 504 if !value_equal(value1, value2) { in is_submap_with()
|