OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UnifiedCacheBase
(Results
1 - 3
of
3
) sorted by null
/external/icu/icu4c/source/common/
sharedobject.h
24
class
UnifiedCacheBase
: public UObject {
26
UnifiedCacheBase
() { }
45
virtual ~
UnifiedCacheBase
();
47
UnifiedCacheBase
(const
UnifiedCacheBase
&);
48
UnifiedCacheBase
&operator=(const
UnifiedCacheBase
&);
164
void registerWithCache(const
UnifiedCacheBase
*ptr) const {
226
mutable const
UnifiedCacheBase
*cachePtr;
sharedobject.cpp
15
UnifiedCacheBase
::~
UnifiedCacheBase
() {}
unifiedcache.h
181
class U_COMMON_API UnifiedCache : public
UnifiedCacheBase
{
Completed in 39 milliseconds