Searched refs:PQIndex (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tests/ |
D | TDPQueueTest.cpp | 73 static int* PQIndex(Mock* const& mock) { return &mock->fIndex; } in PQIndex() function 102 SkTDPQueue<Mock*, Mock::LessP, Mock::PQIndex> pq; in random_test() 156 SkTDPQueue<Mock *, Mock::LessP, Mock::PQIndex> pqTest; in sort_test() 157 SkTDPQueue<Mock *, Mock::LessP, Mock::PQIndex> pqControl; in sort_test()
|
/third_party/flutter/skia/tests/ |
D | TDPQueueTest.cpp | 73 static int* PQIndex(Dummy* const& dummy) { return &dummy->fIndex; } in PQIndex() function 102 SkTDPQueue<Dummy*, Dummy::LessP, Dummy::PQIndex> pq; in random_test() 156 SkTDPQueue<Dummy *, Dummy::LessP, Dummy::PQIndex> pqTest; in sort_test() 157 SkTDPQueue<Dummy *, Dummy::LessP, Dummy::PQIndex> pqControl; in sort_test()
|