OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noHardReferences
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
sharedobject.h
137
* If
noHardReferences
() == TRUE then this object has no hard references.
140
inline UBool
noHardReferences
() const { return getHardRefCount() == 0; }
unifiedcache.cpp
550
return (!theKey->fIsMaster || (theValue->getSoftRefCount() == 1 && theValue->
noHardReferences
()));
Completed in 390 milliseconds