Searched refs:IsHSorted (Results 1 – 1 of 1) sorted by relevance
73 bool IsHSorted(const _PointerList_& list) { return IsSorted(list, list.CountItems()-1); } in IsHSorted() function in PointerListTest258 assert(IsHSorted(clone)); in SortTest()313 assert(IsHSorted(clone)); in SortTestWithState()