Home
last modified time | relevance | path

Searched refs:fNoValue (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4c/source/common/
Dunifiedcache.cpp105 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 …]
Dunifiedcache.h355 SharedObject *fNoValue; variable
/external/cronet/third_party/icu/source/common/
Dunifiedcache.cpp105 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 …]
Dunifiedcache.h355 SharedObject *fNoValue; variable
/external/icu/libicu/cts_headers/
Dunifiedcache.h355 SharedObject *fNoValue; variable