Home
last modified time | relevance | path

Searched refs:SphGroupedValue_t (Results 1 – 2 of 2) sorted by relevance

/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxsort.cpp558 struct SphGroupedValue_t struct
566 SphGroupedValue_t () in SphGroupedValue_t() argument
569 SphGroupedValue_t ( SphGroupKey_t uGroup, SphAttr_t uValue, int iCount ) in SphGroupedValue_t() argument
575 inline bool operator < ( const SphGroupedValue_t & rhs ) const in operator <() argument
582 inline bool operator == ( const SphGroupedValue_t & rhs ) const in operator ==() argument
591 class CSphUniqounter : public CSphVector<SphGroupedValue_t>
596 …void Add ( const SphGroupedValue_t & tValue ) { CSphVector<SphGroupedValue_t>::Add ( tValue ); m… in Add()
597 void Sort () { CSphVector<SphGroupedValue_t>::Sort (); m_bSorted = true; } in Sort()
654 SphGroupedValue_t * pSrc = m_pData; in Compact()
655 SphGroupedValue_t * pDst = m_pData; in Compact()
[all …]
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dsphinxsort.cpp1102 struct SphGroupedValue_t struct
1110 SphGroupedValue_t () in SphGroupedValue_t() argument
1113 SphGroupedValue_t ( SphGroupKey_t uGroup, SphAttr_t uValue, int iCount ) in SphGroupedValue_t() function
1119 inline bool operator < ( const SphGroupedValue_t & rhs ) const in operator <() argument
1126 inline bool operator == ( const SphGroupedValue_t & rhs ) const in operator ==() argument
1163 class CSphUniqounter : public CSphVector<SphGroupedValue_t>
1168 …void Add ( const SphGroupedValue_t & tValue ) { CSphVector<SphGroupedValue_t>::Add ( tValue ); m… in Add()
1169 void Sort () { CSphVector<SphGroupedValue_t>::Sort (); m_bSorted = true; } in Sort()
1226 SphGroupedValue_t * pSrc = m_pData; in Compact()
1227 SphGroupedValue_t * pDst = m_pData; in Compact()
[all …]