OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getHardRefCount
(Results
1 - 2
of
2
) sorted by null
/external/icu/icu4c/source/common/
sharedobject.h
134
int32_t
getHardRefCount
() const;
140
inline UBool noHardReferences() const { return
getHardRefCount
() == 0; }
146
inline UBool hasHardReferences() const { return
getHardRefCount
() != 0; }
sharedobject.cpp
73
SharedObject::
getHardRefCount
() const {
Completed in 168 milliseconds