Searched refs:m_pSortKeyArr (Results 1 – 2 of 2) sorted by relevance
92 m_pSortKeyArr(new SortKeyArr(3, 3)), in SwAuthorityFieldType()105 m_pSortKeyArr(new SortKeyArr(3, 3)), in SwAuthorityFieldType()114 m_pSortKeyArr->Insert((*rFType.m_pSortKeyArr)[i], i); in SwAuthorityFieldType()120 m_pSortKeyArr->DeleteAndDestroy(0, m_pSortKeyArr->Count()); in ~SwAuthorityFieldType()121 delete m_pSortKeyArr; in ~SwAuthorityFieldType()499 m_pSortKeyArr->DeleteAndDestroy(0, m_pSortKeyArr->Count()); in PutValue()520 m_pSortKeyArr->Insert(pSortKey, m_pSortKeyArr->Count()); in PutValue()540 return m_pSortKeyArr->Count(); in GetSortKeyCount()546 if(m_pSortKeyArr->Count() > nIdx) in GetSortKey()547 pRet = (*m_pSortKeyArr)[nIdx]; in GetSortKey()[all …]
77 SortKeyArr* m_pSortKeyArr; member in SwAuthorityFieldType
Completed in 11 milliseconds