/external/rust/android-crates-io/crates/weak-table/src/ |
D | traits.rs | 24 type Strong; typedef 34 fn view(&self) -> Option<Self::Strong>; in view() 70 fn with_key<F, R>(view: &Self::Strong, f: F) -> R in with_key() 74 fn hash<H: Hasher>(view: &Self::Strong, h: &mut H) { in hash() 79 fn equals<Q>(view: &Self::Strong, key: &Q) -> bool in equals() 88 type Strong = rc::Rc<T>; typedef 94 fn view(&self) -> Option<Self::Strong> { in view() 98 fn clone(view: &Self::Strong) -> Self::Strong { in clone() 106 fn with_key<F, R>(view: &Self::Strong, f: F) -> R in with_key() 114 type Strong = sync::Arc<T>; typedef [all …]
|
D | by_ptr.rs | 11 type Strong = K::Strong; typedef 17 fn view(&self) -> Option<Self::Strong> { in view() 27 fn with_key<F, R>(view: &Self::Strong, f: F) -> R in with_key()
|
D | weak_weak_hash_map.rs | 336 fn find_bucket<Q>(&self, key: &Q) -> Option<(usize, K::Strong, V::Strong)> in find_bucket() 393 pub fn get_both<Q>(&self, key: &Q) -> Option<(K::Strong, V::Strong)> in get_both() 415 pub fn insert(&mut self, key: K::Strong, value: V::Strong) -> Option<V::Strong> { in insert() 448 where F: FnMut(K::Strong, V::Strong) -> bool in retain() 477 F: FnMut(V::Strong, V1::Strong) -> bool, in is_submap_with() 500 V::Strong: PartialEq<V1::Strong>, in is_submap() 608 pub fn or_insert(self, default: V::Strong) -> V::Strong { in or_insert() 617 pub fn or_insert_with<F: FnOnce() -> V::Strong>(self, default: F) -> V::Strong { in or_insert_with() 627 pub fn key(&self) -> &K::Strong { in key() 639 pub fn key(&self) -> &K::Strong { in key() [all …]
|
D | ptr_weak_weak_hash_map.rs | 126 pub fn get(&self, key: &K::Strong) -> Option<V::Strong> { in get() 141 pub fn insert(&mut self, key: K::Strong, value: V::Strong) -> Option<V::Strong> { in insert() 148 pub fn remove(&mut self, key: &K::Strong) -> Option<V::Strong> { in remove() 158 where F: FnMut(K::Strong, V::Strong) -> bool in retain() 172 where F: FnMut(V::Strong, V1::Strong) -> bool, in submap_with() 186 V::Strong: PartialEq<V1::Strong>, in is_submap()
|
D | weak_value_hash_map.rs | 394 pub fn insert(&mut self, key: K, value: V::Strong) -> Option<V::Strong> { in insert() 456 F: FnMut(V::Strong, V1::Strong) -> bool, in is_submap_with() 479 V::Strong: PartialEq<V1::Strong>, in is_submap() 600 pub fn or_insert(self, default: V::Strong) -> V::Strong { in or_insert() 608 pub fn or_insert_with<F: FnOnce() -> V::Strong>(self, default: F) -> V::Strong { in or_insert_with() 637 pub fn remove_entry(self) -> (K, V::Strong) { in remove_entry() 647 pub fn get(&self) -> &V::Strong { in get() 654 pub fn get_strong(&self) -> V::Strong { in get_strong() 661 pub fn insert(&mut self, value: V::Strong) -> V::Strong { in insert() 669 pub fn remove(self) -> V::Strong { in remove() [all …]
|
D | weak_key_hash_map.rs | 373 fn find_bucket<Q>(&self, key: &Q) -> Option<(usize, K::Strong, HashCode)> in find_bucket() 441 pub fn get_both<Q>(&self, key: &Q) -> Option<(K::Strong, &V)> in get_both() 464 pub fn get_both_mut<Q>(&mut self, key: &Q) -> Option<(K::Strong, &mut V)> in get_both_mut() 477 pub fn insert(&mut self, key: K::Strong, value: V) -> Option<V> { in insert() 512 where F: FnMut(K::Strong, &mut V) -> bool in retain() 721 pub fn key(&self) -> &K::Strong { in key() 733 pub fn key(&self) -> &K::Strong { in key() 740 pub fn remove_entry(self) -> (K::Strong, V) { in remove_entry() 789 pub fn key(&self) -> &K::Strong { in key() 796 pub fn into_key(self) -> K::Strong { in into_key()
|
D | ptr_weak_key_hash_map.rs | 147 pub fn insert(&mut self, key: K::Strong, value: V) -> Option<V> { in insert() 164 where F: FnMut(K::Strong, &mut V) -> bool in retain()
|
/external/clang/lib/AST/ |
D | TypePrinter.cpp | 267 IncludeStrongLifetimeRAII Strong(Policy); in printBefore() local 291 IncludeStrongLifetimeRAII Strong(Policy); in printBefore() local 331 IncludeStrongLifetimeRAII Strong(Policy); in printPointerBefore() local 341 IncludeStrongLifetimeRAII Strong(Policy); in printPointerAfter() local 364 IncludeStrongLifetimeRAII Strong(Policy); in printLValueReferenceBefore() local 375 IncludeStrongLifetimeRAII Strong(Policy); in printLValueReferenceAfter() local 386 IncludeStrongLifetimeRAII Strong(Policy); in printRValueReferenceBefore() local 397 IncludeStrongLifetimeRAII Strong(Policy); in printRValueReferenceAfter() local 408 IncludeStrongLifetimeRAII Strong(Policy); in printMemberPointerBefore() local 424 IncludeStrongLifetimeRAII Strong(Policy); in printMemberPointerAfter() local [all …]
|
/external/llvm/test/DebugInfo/Inputs/ |
D | dwarfdump-objc.m | 14 @property (strong) NSObject *Strong; property
|
/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 120 bool Strong, in ContainsProtectableArray() 212 bool Strong = false; in RequiresStackProtector() local
|
D | SpillPlacement.cpp | 278 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 118 bool Strong, in ContainsProtectableArray() 252 bool Strong = false; in RequiresStackProtector() local
|
D | SpillPlacement.cpp | 286 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 125 bool Strong, in ContainsProtectableArray() 286 bool Strong = false; in RequiresStackProtector() local
|
D | SpillPlacement.cpp | 281 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill()
|
/external/clang/lib/ARCMigrate/ |
D | Transforms.h | 88 enum AttrKind { Weak, Strong } Kind; enumerator
|
/external/cronet/tot/base/types/ |
D | expected_unittest.cc | 29 struct Strong { struct 30 constexpr explicit Strong(T value) : value(std::move(value)) {} in Strong() function 31 T value;
|
/external/cronet/stable/base/types/ |
D | expected_unittest.cc | 29 struct Strong { struct 30 constexpr explicit Strong(T value) : value(std::move(value)) {} in Strong() argument 31 T value;
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/ |
D | hint.rs | 208 Strong, enumerator
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/ |
D | hint.rs | 208 Strong, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 267 Strong, enumerator
|
/external/clang/include/clang/AST/ |
D | ASTContext.h | 2536 Strong ///< Strong definition. enumerator
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLink.h | 368 Strong, enumerator
|
/external/pytorch/test/ |
D | test_jit.py | 13096 class Strong(torch.jit.ScriptModule): class 13142 class Strong(torch.jit.ScriptModule): class
|
/external/mesa3d/src/nouveau/compiler/nak/ |
D | ir.rs | 2316 Strong(MemScope), enumerator
|