Lines Matching refs:fPriority
69 int fPriority; member
72 static bool LessP(Dummy* const& a, Dummy* const& b) { return a->fPriority < b->fPriority; } in LessP()
76 return fValue == that.fValue && fPriority == that.fPriority; in operator ==()
92 dummy->fPriority = random.nextS(); in random_test()
118 array[k].fPriority >= top->fPriority); in random_test()
144 array[item].fPriority = random.nextS(); in random_test()
165 dummy->fPriority = random.nextS(); in sort_test()
176 dummy->fPriority = testArray[i].fPriority; in sort_test()
186 int prevPriority = pqTest.peek()->fPriority; in sort_test()
189 REPORTER_ASSERT(reporter, prevPriority <= pqTest.at(i)->fPriority); in sort_test()
190 prevPriority = pqTest.at(i)->fPriority; in sort_test()