Home
last modified time | relevance | path

Searched defs:CSIndexInput (Results 1 – 5 of 5) sorted by relevance

/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/index/
H A DCompoundFileReader.cpp158 CSIndexInput::CSIndexInput() { in CSIndexInput() function in Lucene::CSIndexInput
163 CSIndexInput::CSIndexInput(const IndexInputPtr& base, int64_t fileOffset, int64_t length) : Buffere… in CSIndexInput() function in Lucene::CSIndexInput
169 CSIndexInput::CSIndexInput(const IndexInputPtr& base, int64_t fileOffset, int64_t length, int32_t r… in CSIndexInput() function in Lucene::CSIndexInput
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/index/
H A DCompoundFile.cpp46 class CSIndexInput:public CL_NS(store)::BufferedIndexInput { class
91 CSIndexInput::CSIndexInput(CL_NS(store)::IndexInput* base, const int64_t fileOffset, const int64_t … in CSIndexInput() function in CSIndexInput
113 CSIndexInput::CSIndexInput(const CSIndexInput& clone): BufferedIndexInput(clone){ in CSIndexInput() function in CSIndexInput
/dports/lang/mono/mono-5.10.1.57/external/api-doc-tools/external/Lucene.Net.Light/src/core/Index/
H A DCompoundFileReader.cs236 public /*internal*/ sealed class CSIndexInput : BufferedIndexInput class in Lucene.Net.Index.CompoundFileReader
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/clucene/src/CLucene/index/
H A DCompoundFile.cpp45 CompoundFileReader::CSIndexInput::CSIndexInput(const CSIndexInput& clone) in CSIndexInput() function in CompoundFileReader::CSIndexInput
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A Dmonodoc.cs974 public sealed partial class CSIndexInput : Lucene.Net.Store.BufferedIndexInput class in Lucene.Net.Index.CompoundFileReader
976 internal CSIndexInput() { } in CSIndexInput() method in Lucene.Net.Index.CompoundFileReader.CSIndexInput