Home
last modified time | relevance | path

Searched refs:retain (Results 1 - 25 of 102) sorted by relevance

12345

/third_party/nghttp2/src/
H A Dallocator.h59 : retain(nullptr), in BlockAllocator()
69 : retain{std::exchange(other.retain, nullptr)},
77 retain = std::exchange(other.retain, nullptr);
89 for (auto mb = retain; mb;) { in reset()
95 retain = nullptr; in reset()
103 mb->next = retain; in alloc_mem_block()
106 retain = mb; in alloc_mem_block()
170 MemBlock *retain; member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h86 static void retain(T *obj) { obj->Retain(); } in retain() function
142 retain(); in IntrusiveRefCntPtr()
146 retain(); in IntrusiveRefCntPtr()
161 retain(); in IntrusiveRefCntPtr()
195 void retain() { if (Obj) IntrusiveRefCntPtrInfo<T>::retain(Obj); } in retain() function in llvm::IntrusiveRefCntPtr
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h104 /// Class you can specialize to provide custom retain/release functionality for
125 static void retain(T *obj) { obj->Retain(); } in retain() function
142 IntrusiveRefCntPtr(T *obj) : Obj(obj) { retain(); } in IntrusiveRefCntPtr()
143 IntrusiveRefCntPtr(const IntrusiveRefCntPtr &S) : Obj(S.Obj) { retain(); } in IntrusiveRefCntPtr()
153 retain(); in IntrusiveRefCntPtr()
182 void retain() { in retain() function in llvm::IntrusiveRefCntPtr
184 IntrusiveRefCntPtrInfo<T>::retain(Obj); in retain()
H A DImmutableMap.h81 if (Root) { Root->retain(); } in ImmutableMap()
85 if (Root) { Root->retain(); } in ImmutableMap()
94 if (X.Root) { X.Root->retain(); } in operator =()
145 if (Root) { Root->retain(); } in getRoot()
152 if (Root) Root->retain(); in manualRetain()
280 Root->retain(); in ImmutableMapRef()
288 if (Root) { Root->retain(); } in ImmutableMapRef()
293 Root->retain(); in ImmutableMapRef()
305 X.Root->retain(); in operator =()
321 if (Root) Root->retain(); in manualRetain()
[all...]
H A DImmutableSet.h248 if (left) left->retain(); in ImutAVLTree()
249 if (right) right->retain(); in ImutAVLTree()
330 void retain() { ++refCount; } in retain() function in llvm::ImutAVLTree
972 if (Root) { Root->retain(); } in ImmutableSet()
976 if (Root) { Root->retain(); } in ImmutableSet()
985 if (X.Root) { X.Root->retain(); } in operator =()
1058 if (Root) { Root->retain(); } in getRoot()
1128 if (Root) { Root->retain(); } in ImmutableSetRef()
1134 if (Root) { Root->retain(); } in ImmutableSetRef()
1143 if (X.Root) { X.Root->retain(); } in operator =()
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/util/
H A Dpointer.hpp53 retain() { in retain() function in clover::ref_counter
74 p->retain(); in ref_holder()
120 p->retain(); in intrusive_ptr()
188 p->retain(); in intrusive_ref()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DPrecision.java450 RoundingPriority priority, boolean retain) { in constructFractionSignificant()
455 && !retain) { in constructFractionSignificant()
458 returnValue = new FracSigRounderImpl(base.minFrac, base.maxFrac, minSig, maxSig, priority, retain); in constructFractionSignificant()
717 final boolean retain; field in Precision.FracSigRounderImpl
720 boolean retain) { in FracSigRounderImpl()
726 this.retain = retain; in FracSigRounderImpl()
751 if (retain) { in apply()
773 FracSigRounderImpl copy = new FracSigRounderImpl(minFrac, maxFrac, minSig, maxSig, priority, retain); in createCopy()
449 constructFractionSignificant(FractionPrecision base_, int minSig, int maxSig, RoundingPriority priority, boolean retain) constructFractionSignificant() argument
719 FracSigRounderImpl(int minFrac, int maxFrac, int minSig, int maxSig, RoundingPriority priority, boolean retain) FracSigRounderImpl() argument
/third_party/vk-gl-cts/framework/platform/ios/
H A DtcuIOSAppDelegate.h30 @property (nonatomic, retain) UIWindow *window;
31 @property (nonatomic, retain) tcuIOSViewController *viewController;
/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dutil.hpp71 v().retain(); in ret_object()
83 v().retain(); in ret_object()
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-mqtt.h78 uint8_t retain:1; member
108 uint8_t retain; member
115 uint8_t retain; member
140 uint8_t retain:1; /* Retained message */ member
/third_party/rust/crates/clap/src/util/
H A Dflat_set.rs41 pub fn retain<F>(&mut self, f: F) in retain() functions
45 self.inner.retain(f); in retain()
/third_party/rust/crates/cxx/gen/src/
H A Dcfg.rs26 apis.retain(|api| eval(cx, cfg_errors, cfg_evaluator, api.cfg()));
31 .retain(|field| eval(cx, cfg_errors, cfg_evaluator, &field.cfg)),
34 .retain(|variant| eval(cx, cfg_errors, cfg_evaluator, &variant.cfg)),
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dcfg.rs26 apis.retain(|api| eval(cx, cfg_errors, cfg_evaluator, api.cfg()));
31 .retain(|field| eval(cx, cfg_errors, cfg_evaluator, &field.cfg)),
34 .retain(|variant| eval(cx, cfg_errors, cfg_evaluator, &variant.cfg)),
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dcfg.rs26 apis.retain(|api| eval(cx, cfg_errors, cfg_evaluator, api.cfg()));
31 .retain(|field| eval(cx, cfg_errors, cfg_evaluator, &field.cfg)),
34 .retain(|variant| eval(cx, cfg_errors, cfg_evaluator, &variant.cfg)),
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLRefPointer.h26 mCLObject->retain(); in mCLObject()
55 mCLObject->retain(); in RefPointer()
66 mCLObject->retain(); in operator =()
H A DCLProgram.cpp34 retain(); in build()
66 retain(); in compile()
255 mCallback(pfnNotify != nullptr ? (retain(), CallbackData(pfnNotify, userData)) in Program()
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dcfg.rs26 apis.retain(|api| eval(cx, cfg_errors, cfg_evaluator, api.cfg()));
31 .retain(|field| eval(cx, cfg_errors, cfg_evaluator, &field.cfg)),
34 .retain(|variant| eval(cx, cfg_errors, cfg_evaluator, &variant.cfg)),
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dtypes.rs221 unresolved_structs.retain(|ident| {
222 let mut retain = false; variables
226 retain = true;
237 retain
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dtypes.rs221 unresolved_structs.retain(|ident| {
222 let mut retain = false; variables
226 retain = true;
237 retain
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dtypes.rs221 unresolved_structs.retain(|ident| {
222 let mut retain = false; variables
226 retain = true;
237 retain
/third_party/rust/crates/cxx/syntax/
H A Dtypes.rs221 unresolved_structs.retain(|ident| {
222 let mut retain = false; variables
226 retain = true;
237 retain
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dtypes.rs221 unresolved_structs.retain(|ident| {
222 let mut retain = false; variables
226 retain = true;
237 retain
/third_party/icu/icu4c/source/common/unicode/
H A Duniset.h60 * by <code>retain</code>, a boolean XOR is implemented by
64 * union, <code>retain</code> is an intersection, <code>remove</code>
1217 virtual UnicodeSet& retain(UChar32 start, UChar32 end);
1228 UnicodeSet& retain(UChar32 c);
1240 UnicodeSet& retain(const UnicodeString &s);
1353 * @param c set that defines which elements this set will retain.
1619 void retain(const UChar32* other, int32_t otherLen, int8_t polarity);
/third_party/node/deps/v8/tools/
H A Dgenerate-runtime-call-stats.py126 "--retain",
127 dest="retain",
425 retain = args.retain
472 if retain == "none":
474 elif retain == "json":
/third_party/node/deps/icu-small/source/common/unicode/
H A Duniset.h60 * by <code>retain</code>, a boolean XOR is implemented by
64 * union, <code>retain</code> is an intersection, <code>remove</code>
1225 virtual UnicodeSet& retain(UChar32 start, UChar32 end);
1236 UnicodeSet& retain(UChar32 c);
1248 UnicodeSet& retain(const UnicodeString &s);
1361 * @param c set that defines which elements this set will retain.
1632 void retain(const UChar32* other, int32_t otherLen, int8_t polarity);

Completed in 21 milliseconds

12345