Lines Matching refs:CSphSchema

1012 …explicit					RtIndex_t ( const CSphSchema & tSchema, const char * sIndexName, int64_t iRamSize, co…
1100 virtual const CSphSchema & GetMatchSchema () const { return m_tSchema; } in GetMatchSchema()
1101 virtual const CSphSchema & GetInternalSchema () const { return m_tSchema; } in GetInternalSchema()
1115 RtIndex_t::RtIndex_t ( const CSphSchema & tSchema, const char * sIndexName, int64_t iRamSize, const… in RtIndex_t()
1252 …explicit CSphSource_StringVector ( int iFields, const char ** ppFields, const CSphSchema & tSche…
1278 …Vector::CSphSource_StringVector ( int iFields, const char ** ppFields, const CSphSchema & tSchema ) in CSphSource_StringVector()
1496 const CSphSchema & pSchema = m_pIndex->GetInternalSchema(); in AddDocument()
2050 void VerifyEmptyStrings ( const CSphTightVector<BYTE> & dStorage, const CSphSchema & tSchema, const… in VerifyEmptyStrings()
2100 static void ExtractLocators ( const CSphSchema & tSchema, ESphAttr eAttrType, CSphVector<CSphAttrLo… in ExtractLocators()
2118 explicit StorageStringWriter_t ( const CSphSchema & tSchema, CSphWriter & tDst ) in StorageStringWriter_t()
2149 explicit StorageStringVector_t ( const CSphSchema & tSchema, CSphTightVector<BYTE> & dDst ) in StorageStringVector_t()
2171 explicit StorageMvaWriter_t ( const CSphSchema & tSchema, CSphWriter & tDst ) in StorageMvaWriter_t()
2207 explicit StorageMvaVector_t ( const CSphSchema & tSchema, CSphTightVector<DWORD> & dDst ) in StorageMvaVector_t()
6422 ISphRtIndex * sphCreateIndexRT ( const CSphSchema & tSchema, const char * sIndexName, DWORD uRamSiz… in sphCreateIndexRT()
6475 bool sphRTSchemaConfigure ( const CSphConfigSection & hIndex, CSphSchema * pSchema, CSphString * pE… in sphRTSchemaConfigure()