Searched refs:_inProgress (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/icu/source/common/ |
D | unifiedcache.cpp | 330 if (element != NULL && !_inProgress(element)) { in _putIfAbsentAndGet() 359 while (element != NULL && _inProgress(element)) { in _poll() 418 U_ASSERT(_inProgress(element)); in _put() 452 UBool UnifiedCache::_inProgress(const UHashElement* element) const { in _inProgress() function in UnifiedCache 456 UBool result = _inProgress(value, status); in _inProgress() 461 UBool UnifiedCache::_inProgress( in _inProgress() function in UnifiedCache 473 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()
|
D | unifiedcache.h | 539 UBool _inProgress(const UHashElement *element) const; 545 UBool _inProgress(const SharedObject *theValue, UErrorCode creationStatus) const;
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | unifiedcache.cpp | 327 if (element != NULL && !_inProgress(element)) { in _putIfAbsentAndGet() 356 while (element != NULL && _inProgress(element)) { in _poll() 415 U_ASSERT(_inProgress(element)); in _put() 449 UBool UnifiedCache::_inProgress(const UHashElement* element) const { in _inProgress() function in UnifiedCache 453 UBool result = _inProgress(value, status); in _inProgress() 458 UBool UnifiedCache::_inProgress( in _inProgress() function in UnifiedCache 470 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()
|
D | unifiedcache.h | 539 UBool _inProgress(const UHashElement *element) const; 545 UBool _inProgress(const SharedObject *theValue, UErrorCode creationStatus) const;
|
/third_party/icu/icu4c/source/common/ |
D | unifiedcache.cpp | 330 if (element != NULL && !_inProgress(element)) { in _putIfAbsentAndGet() 359 while (element != NULL && _inProgress(element)) { in _poll() 418 U_ASSERT(_inProgress(element)); in _put() 452 UBool UnifiedCache::_inProgress(const UHashElement* element) const { in _inProgress() function in UnifiedCache 456 UBool result = _inProgress(value, status); in _inProgress() 461 UBool UnifiedCache::_inProgress( in _inProgress() function in UnifiedCache 473 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()
|
D | unifiedcache.h | 539 UBool _inProgress(const UHashElement *element) const; 545 UBool _inProgress(const SharedObject *theValue, UErrorCode creationStatus) const;
|
/third_party/node/deps/icu-small/source/common/ |
D | unifiedcache.cpp | 330 if (element != NULL && !_inProgress(element)) { in _putIfAbsentAndGet() 359 while (element != NULL && _inProgress(element)) { in _poll() 418 U_ASSERT(_inProgress(element)); in _put() 452 UBool UnifiedCache::_inProgress(const UHashElement* element) const { in _inProgress() function in UnifiedCache 456 UBool result = _inProgress(value, status); in _inProgress() 461 UBool UnifiedCache::_inProgress( in _inProgress() function in UnifiedCache 473 if (_inProgress(theValue, theKey->fCreationStatus)) { in _isEvictable()
|
D | unifiedcache.h | 539 UBool _inProgress(const UHashElement *element) const; 545 UBool _inProgress(const SharedObject *theValue, UErrorCode creationStatus) const;
|