Home
last modified time | relevance | path

Searched refs:MapStringRefCount (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DIndexFileDeleter.cpp32 this->refCounts = MapStringRefCount::newInstance(); in IndexFileDeleter()
118 for (MapStringRefCount::iterator entry = refCounts.begin(); entry != refCounts.end(); ++entry) { in IndexFileDeleter()
337 MapStringRefCount::iterator ref = refCounts.find(fileName); in getRefCount()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DIndexFileDeleter.h49 MapStringRefCount refCounts;
H A DLucene.h174 typedef HashMap< String, RefCountPtr > MapStringRefCount; typedef