Lines Matching refs:SortByTime
229 class SortByTime : public TestResult {
231 bool operator<(const SortByTime& rh) const {
249 SkTDArray<SortByTime> fSlowest;
379 data->fSlowest[index] = *(SortByTime*) &testResult;
389 *data->fSlowest.append() = *(SortByTime*) &testResult;
776 SkTDArray<SortByTime*> slowest;
781 SkTQSort<SortByTime>(slowest.begin(), slowest.end() - 1);
950 SkTDArray<SortByTime*> times;
953 *times.append() = (SortByTime*) &allResults[index];
963 SkTQSort<SortByTime>(times.begin(), times.end() - 1);