Home
last modified time | relevance | path

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

12

/external/rust/crates/weak-table/src/
Dtraits.rs25 type Strong; typedef
35 fn view(&self) -> Option<Self::Strong>; in view()
71 fn with_key<F, R>(view: &Self::Strong, f: F) -> R in with_key()
76 type Strong = rc::Rc<T>; typedef
82 fn view(&self) -> Option<Self::Strong> { in view()
86 fn clone(view: &Self::Strong) -> Self::Strong { in clone()
94 fn with_key<F, R>(view: &Self::Strong, f: F) -> R in with_key()
102 type Strong = sync::Arc<T>; typedef
108 fn view(&self) -> Option<Self::Strong> { in view()
112 fn clone(view: &Self::Strong) -> Self::Strong { in clone()
[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.rs315 fn find_bucket<Q>(&self, key: &Q) -> Option<(usize, K::Strong, V::Strong)> in find_bucket()
366 pub fn get_both<Q>(&self, key: &Q) -> Option<(K::Strong, V::Strong)> in get_both()
384 pub fn insert(&mut self, key: K::Strong, value: V::Strong) -> Option<V::Strong> { in insert()
413 where F: FnMut(K::Strong, V::Strong) -> bool in retain()
438 F: FnMut(V::Strong, V1::Strong) -> bool, in is_submap_with()
457 V::Strong: PartialEq<V1::Strong>, in is_submap()
560 pub fn or_insert(self, default: V::Strong) -> V::Strong { in or_insert()
567 pub fn or_insert_with<F: FnOnce() -> V::Strong>(self, default: F) -> V::Strong { in or_insert_with()
575 pub fn key(&self) -> &K::Strong { in key()
585 pub fn key(&self) -> &K::Strong { in key()
[all …]
Dptr_weak_weak_hash_map.rs100 pub fn get(&self, key: &K::Strong) -> Option<V::Strong> { in get()
111 pub fn insert(&mut self, key: K::Strong, value: V::Strong) -> Option<V::Strong> { in insert()
116 pub fn remove(&mut self, key: &K::Strong) -> Option<V::Strong> { in remove()
124 where F: FnMut(K::Strong, V::Strong) -> bool in retain()
134 where F: FnMut(V::Strong, V1::Strong) -> bool, in submap_with()
144 V::Strong: PartialEq<V1::Strong>, in is_submap()
Dweak_value_hash_map.rs369 pub fn insert(&mut self, key: K, value: V::Strong) -> Option<V::Strong> { in insert()
423 F: FnMut(V::Strong, V1::Strong) -> bool, in is_submap_with()
442 V::Strong: PartialEq<V1::Strong>, in is_submap()
557 pub fn or_insert(self, default: V::Strong) -> V::Strong { in or_insert()
563 pub fn or_insert_with<F: FnOnce() -> V::Strong>(self, default: F) -> V::Strong { in or_insert_with()
586 pub fn remove_entry(self) -> (K, V::Strong) { in remove_entry()
594 pub fn get(&self) -> &V::Strong { in get()
599 pub fn get_strong(&self) -> V::Strong { in get_strong()
604 pub fn insert(&mut self, value: V::Strong) -> V::Strong { in insert()
610 pub fn remove(self) -> V::Strong { in remove()
[all …]
Dweak_key_hash_map.rs354 fn find_bucket<Q>(&self, key: &Q) -> Option<(usize, K::Strong, HashCode)> in find_bucket()
414 pub fn get_both<Q>(&self, key: &Q) -> Option<(K::Strong, &V)> in get_both()
433 pub fn get_both_mut<Q>(&mut self, key: &Q) -> Option<(K::Strong, &mut V)> in get_both_mut()
444 pub fn insert(&mut self, key: K::Strong, value: V) -> Option<V> { in insert()
475 where F: FnMut(K::Strong, &mut V) -> bool in retain()
665 pub fn key(&self) -> &K::Strong { in key()
675 pub fn key(&self) -> &K::Strong { in key()
680 pub fn remove_entry(self) -> (K::Strong, V) { in remove_entry()
717 pub fn key(&self) -> &K::Strong { in key()
722 pub fn into_key(self) -> K::Strong { in into_key()
Dptr_weak_key_hash_map.rs115 pub fn insert(&mut self, key: K::Strong, value: V) -> Option<V> { in insert()
128 where F: FnMut(K::Strong, &mut V) -> bool in retain()
/external/llvm-project/clang/test/CodeGenObjCXX/
Dinheriting-constructor-cleanup.mm4 struct Strong { struct
10 Base(Strong s, ...) {} argument
/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-project/clang/lib/AST/
DTypePrinter.cpp310 IncludeStrongLifetimeRAII Strong(Policy); in printBefore() local
334 IncludeStrongLifetimeRAII Strong(Policy); in printBefore() local
376 IncludeStrongLifetimeRAII Strong(Policy); in printPointerBefore() local
387 IncludeStrongLifetimeRAII Strong(Policy); in printPointerAfter() local
419 IncludeStrongLifetimeRAII Strong(Policy); in printLValueReferenceBefore() local
432 IncludeStrongLifetimeRAII Strong(Policy); in printLValueReferenceAfter() local
444 IncludeStrongLifetimeRAII Strong(Policy); in printRValueReferenceBefore() local
457 IncludeStrongLifetimeRAII Strong(Policy); in printRValueReferenceAfter() local
469 IncludeStrongLifetimeRAII Strong(Policy); in printMemberPointerBefore() local
486 IncludeStrongLifetimeRAII Strong(Policy); in printMemberPointerAfter() local
[all …]
/external/llvm-project/clang/test/CodeGenObjC/
Dnontrivial-c-struct-exception.m9 } Strong; typedef
Dobjc-non-trivial-struct-nrvo.m18 } Strong; typedef
Dstrong-in-c-struct.m18 } Strong; typedef
/external/llvm-project/clang/test/SemaObjC/
Dstrong-in-c-struct.m5 } Strong; typedef
/external/llvm/test/DebugInfo/Inputs/
Ddwarfdump-objc.m14 @property (strong) NSObject *Strong; property
/external/llvm-project/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/llvm-project/llvm/lib/CodeGen/
DStackProtector.cpp119 bool Strong, in ContainsProtectableArray()
275 bool Strong = false; in RequiresStackProtector() local
DSpillPlacement.cpp282 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) { in addPrefSpill()
/external/llvm-project/clang/lib/ARCMigrate/
DTransforms.h87 enum AttrKind { Weak, Strong } Kind; enumerator
/external/clang/lib/ARCMigrate/
DTransforms.h88 enum AttrKind { Weak, Strong } Kind; enumerator
/external/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h268 Strong, enumerator

12