Searched refs:SphGroupedValue_t (Results 1 – 2 of 2) sorted by relevance
558 struct SphGroupedValue_t struct566 SphGroupedValue_t () in SphGroupedValue_t() argument569 SphGroupedValue_t ( SphGroupKey_t uGroup, SphAttr_t uValue, int iCount ) in SphGroupedValue_t() argument575 inline bool operator < ( const SphGroupedValue_t & rhs ) const in operator <() argument582 inline bool operator == ( const SphGroupedValue_t & rhs ) const in operator ==() argument591 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 …]
1102 struct SphGroupedValue_t struct1110 SphGroupedValue_t () in SphGroupedValue_t() argument1113 SphGroupedValue_t ( SphGroupKey_t uGroup, SphAttr_t uValue, int iCount ) in SphGroupedValue_t() function1119 inline bool operator < ( const SphGroupedValue_t & rhs ) const in operator <() argument1126 inline bool operator == ( const SphGroupedValue_t & rhs ) const in operator ==() argument1163 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 …]