Home
last modified time | relevance | path

Searched refs:IntBlockPool (Results 1 – 8 of 8) sorted by relevance

/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DIntBlockPool.cpp13 IntBlockPool::IntBlockPool(const DocumentsWriterPtr& docWriter, bool trackAllocations) { in IntBlockPool() function in Lucene::IntBlockPool
22 IntBlockPool::~IntBlockPool() { in ~IntBlockPool()
25 void IntBlockPool::reset() { in reset()
40 void IntBlockPool::nextBuffer() { in nextBuffer()
H A DTermsHashPerThread.cpp48 …intPool = newLucene<IntBlockPool>(DocumentsWriterPtr(termsHash->_docWriter), termsHash->trackAlloc… in initialize()
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/include/lucene++/
H A DIntBlockPool.h14 class IntBlockPool : public LuceneObject {
16 IntBlockPool(const DocumentsWriterPtr& docWriter, bool trackAllocations);
17 virtual ~IntBlockPool();
19 LUCENE_CLASS(IntBlockPool);
H A DLuceneTypes.h161 DECLARE_SHARED_PTR(IntBlockPool)
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DIntBlockPool.cs23 sealed class IntBlockPool class
41 public IntBlockPool(DocumentsWriter docWriter, bool trackAllocations) in IntBlockPool() method in Lucene.Net.Index.IntBlockPool
H A DTermsHashPerThread.cs31 internal IntBlockPool intPool;
58 intPool = new IntBlockPool(termsHash.docWriter, termsHash.trackAllocations); in TermsHashPerThread()
H A DTermsHashPerField.cs45 internal IntBlockPool intPool;
/dports/lang/mono/mono-5.10.1.57/mcs/class/monodoc/
H A Dmonodoc.dll.sources175 ../../../external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/IntBlockPool.cs