Searched defs:CSIndexInput (Results 1 – 5 of 5) sorted by relevance
158 CSIndexInput::CSIndexInput() { in CSIndexInput() function in Lucene::CSIndexInput163 CSIndexInput::CSIndexInput(const IndexInputPtr& base, int64_t fileOffset, int64_t length) : Buffere… in CSIndexInput() function in Lucene::CSIndexInput169 CSIndexInput::CSIndexInput(const IndexInputPtr& base, int64_t fileOffset, int64_t length, int32_t r… in CSIndexInput() function in Lucene::CSIndexInput
46 class CSIndexInput:public CL_NS(store)::BufferedIndexInput { class91 CSIndexInput::CSIndexInput(CL_NS(store)::IndexInput* base, const int64_t fileOffset, const int64_t … in CSIndexInput() function in CSIndexInput113 CSIndexInput::CSIndexInput(const CSIndexInput& clone): BufferedIndexInput(clone){ in CSIndexInput() function in CSIndexInput
236 public /*internal*/ sealed class CSIndexInput : BufferedIndexInput class in Lucene.Net.Index.CompoundFileReader
45 CompoundFileReader::CSIndexInput::CSIndexInput(const CSIndexInput& clone) in CSIndexInput() function in CompoundFileReader::CSIndexInput
974 public sealed partial class CSIndexInput : Lucene.Net.Store.BufferedIndexInput class in Lucene.Net.Index.CompoundFileReader976 internal CSIndexInput() { } in CSIndexInput() method in Lucene.Net.Index.CompoundFileReader.CSIndexInput