Searched refs:fNoValue (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/icu/source/common/ |
D | unifiedcache.cpp | 105 fNoValue(nullptr) { in UnifiedCache() 109 fNoValue = new SharedObject(); in UnifiedCache() 110 if (fNoValue == nullptr) { in UnifiedCache() 114 fNoValue->softRefCount = 1; // Add fake references to prevent fNoValue from being deleted in UnifiedCache() 115 fNoValue->hardRefCount = 1; // when other references to it are removed. in UnifiedCache() 116 fNoValue->cachePtr = this; in UnifiedCache() 211 sharedObject == fNoValue ? NULL :sharedObject, in _dumpContents() 232 delete fNoValue; in ~UnifiedCache() 233 fNoValue = nullptr; in ~UnifiedCache() 374 _putNew(key, fNoValue, U_ZERO_ERROR, status); in _poll() [all …]
|
D | unifiedcache.h | 355 SharedObject *fNoValue; variable
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | unifiedcache.cpp | 102 fNoValue(nullptr) { in UnifiedCache() 106 fNoValue = new SharedObject(); in UnifiedCache() 107 if (fNoValue == nullptr) { in UnifiedCache() 111 fNoValue->softRefCount = 1; // Add fake references to prevent fNoValue from being deleted in UnifiedCache() 112 fNoValue->hardRefCount = 1; // when other references to it are removed. in UnifiedCache() 113 fNoValue->cachePtr = this; in UnifiedCache() 208 sharedObject == fNoValue ? NULL :sharedObject, in _dumpContents() 229 delete fNoValue; in ~UnifiedCache() 230 fNoValue = nullptr; in ~UnifiedCache() 371 _putNew(key, fNoValue, U_ZERO_ERROR, status); in _poll() [all …]
|
D | unifiedcache.h | 355 SharedObject *fNoValue; variable
|
/third_party/icu/icu4c/source/common/ |
D | unifiedcache.cpp | 105 fNoValue(nullptr) { in UnifiedCache() 109 fNoValue = new SharedObject(); in UnifiedCache() 110 if (fNoValue == nullptr) { in UnifiedCache() 114 fNoValue->softRefCount = 1; // Add fake references to prevent fNoValue from being deleted in UnifiedCache() 115 fNoValue->hardRefCount = 1; // when other references to it are removed. in UnifiedCache() 116 fNoValue->cachePtr = this; in UnifiedCache() 211 sharedObject == fNoValue ? NULL :sharedObject, in _dumpContents() 232 delete fNoValue; in ~UnifiedCache() 233 fNoValue = nullptr; in ~UnifiedCache() 374 _putNew(key, fNoValue, U_ZERO_ERROR, status); in _poll() [all …]
|
D | unifiedcache.h | 355 SharedObject *fNoValue; variable
|
/third_party/node/deps/icu-small/source/common/ |
D | unifiedcache.cpp | 105 fNoValue(nullptr) { in UnifiedCache() 109 fNoValue = new SharedObject(); in UnifiedCache() 110 if (fNoValue == nullptr) { in UnifiedCache() 114 fNoValue->softRefCount = 1; // Add fake references to prevent fNoValue from being deleted in UnifiedCache() 115 fNoValue->hardRefCount = 1; // when other references to it are removed. in UnifiedCache() 116 fNoValue->cachePtr = this; in UnifiedCache() 211 sharedObject == fNoValue ? NULL :sharedObject, in _dumpContents() 232 delete fNoValue; in ~UnifiedCache() 233 fNoValue = nullptr; in ~UnifiedCache() 374 _putNew(key, fNoValue, U_ZERO_ERROR, status); in _poll() [all …]
|
D | unifiedcache.h | 355 SharedObject *fNoValue; variable
|