Home
last modified time | relevance | path

Searched refs:cachePtr (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DConcurrentCacheTests.cpp71 ConcurrentCache<SimpleCachedObject>* cachePtr = &mCache; in TEST_F() local
72 dawn_native::AsyncTask asyncTask1([&insertOutput, cachePtr, &cachedObject] { in TEST_F()
73 insertOutput = cachePtr->Insert(&cachedObject); in TEST_F()
75 dawn_native::AsyncTask asyncTask2([&anotherInsertOutput, cachePtr, &anotherCachedObject] { in TEST_F()
76 anotherInsertOutput = cachePtr->Insert(&anotherCachedObject); in TEST_F()
93 ConcurrentCache<SimpleCachedObject>* cachePtr = &mCache; in TEST_F() local
94 dawn_native::AsyncTask insertTask([&insertOutput, cachePtr, &cachedObject] { in TEST_F()
95 insertOutput = cachePtr->Insert(&cachedObject); in TEST_F()
99 dawn_native::AsyncTask eraseTask([&erasedObjectCount, cachePtr, &cachedObject] { in TEST_F()
100 while (cachePtr->Find(&cachedObject) == nullptr) { in TEST_F()
[all …]
/third_party/node/deps/icu-small/source/common/
Dsharedobject.h60 cachePtr(nullptr) {} in SharedObject()
67 cachePtr(nullptr) {} in SharedObject()
178 mutable const UnifiedCacheBase *cachePtr; variable
Dsharedobject.cpp37 const UnifiedCacheBase *cache = this->cachePtr; in removeRef()
57 if (this->cachePtr == nullptr && getRefCount() == 0) { in deleteIfZeroRefCount()
Dunifiedcache.cpp116 fNoValue->cachePtr = this; in UnifiedCache()
257 U_ASSERT(sharedObject->cachePtr == this); in _flush()
409 value->cachePtr = this; in _registerPrimary()
483 U_ASSERT(value->cachePtr == this); in removeSoftRef()
493 value->cachePtr = nullptr; in removeSoftRef()
/third_party/icu/icu4c/source/common/
Dsharedobject.h60 cachePtr(NULL) {} in SharedObject()
67 cachePtr(NULL) {} in SharedObject()
178 mutable const UnifiedCacheBase *cachePtr; variable
Dsharedobject.cpp37 const UnifiedCacheBase *cache = this->cachePtr; in removeRef()
57 if (this->cachePtr == nullptr && getRefCount() == 0) { in deleteIfZeroRefCount()
Dunifiedcache.cpp116 fNoValue->cachePtr = this; in UnifiedCache()
257 U_ASSERT(sharedObject->cachePtr == this); in _flush()
409 value->cachePtr = this; in _registerPrimary()
483 U_ASSERT(value->cachePtr == this); in removeSoftRef()
493 value->cachePtr = nullptr; in removeSoftRef()
/third_party/skia/third_party/externals/icu/source/common/
Dsharedobject.h60 cachePtr(NULL) {} in SharedObject()
67 cachePtr(NULL) {} in SharedObject()
178 mutable const UnifiedCacheBase *cachePtr; variable
Dsharedobject.cpp37 const UnifiedCacheBase *cache = this->cachePtr; in removeRef()
57 if (this->cachePtr == nullptr && getRefCount() == 0) { in deleteIfZeroRefCount()
Dunifiedcache.cpp116 fNoValue->cachePtr = this; in UnifiedCache()
257 U_ASSERT(sharedObject->cachePtr == this); in _flush()
409 value->cachePtr = this; in _registerPrimary()
483 U_ASSERT(value->cachePtr == this); in removeSoftRef()
493 value->cachePtr = nullptr; in removeSoftRef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DScalarizer.cpp85 ValueVector *cachePtr = nullptr);
249 ValueVector *cachePtr) in INITIALIZE_PASS_DEPENDENCY()
250 : BB(bb), BBI(bbi), V(v), CachePtr(cachePtr) { in INITIALIZE_PASS_DEPENDENCY()