Home
last modified time | relevance | path

Searched defs:Strong (Results 1 – 25 of 25) sorted by relevance

/external/rust/android-crates-io/crates/weak-table/src/
Dtraits.rs24 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 …]
Dby_ptr.rs11 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()
Dweak_weak_hash_map.rs336 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 …]
Dptr_weak_weak_hash_map.rs126 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()
Dweak_value_hash_map.rs394 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 …]
Dweak_key_hash_map.rs373 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()
Dptr_weak_key_hash_map.rs147 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/
DTypePrinter.cpp267 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/
Ddwarfdump-objc.m14 @property (strong) NSObject *Strong; property
/external/llvm/lib/CodeGen/
DStackProtector.cpp120 bool Strong, in ContainsProtectableArray()
212 bool Strong = false; in RequiresStackProtector() local
DSpillPlacement.cpp278 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackProtector.cpp118 bool Strong, in ContainsProtectableArray()
252 bool Strong = false; in RequiresStackProtector() local
DSpillPlacement.cpp286 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DStackProtector.cpp125 bool Strong, in ContainsProtectableArray()
286 bool Strong = false; in RequiresStackProtector() local
DSpillPlacement.cpp281 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill()
/external/clang/lib/ARCMigrate/
DTransforms.h88 enum AttrKind { Weak, Strong } Kind; enumerator
/external/cronet/tot/base/types/
Dexpected_unittest.cc29 struct Strong { struct
30 constexpr explicit Strong(T value) : value(std::move(value)) {} in Strong() function
31 T value;
/external/cronet/stable/base/types/
Dexpected_unittest.cc29 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/
Dhint.rs208 Strong, enumerator
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/
Dhint.rs208 Strong, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h267 Strong, enumerator
/external/clang/include/clang/AST/
DASTContext.h2536 Strong ///< Strong definition. enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h368 Strong, enumerator
/external/pytorch/test/
Dtest_jit.py13096 class Strong(torch.jit.ScriptModule): class
13142 class Strong(torch.jit.ScriptModule): class
/external/mesa3d/src/nouveau/compiler/nak/
Dir.rs2316 Strong(MemScope), enumerator