Searched refs:UptrComparisonFunction (Results 1 – 1 of 1) sorted by relevance
173 typedef bool UptrComparisonFunction(const uptr &a, const uptr &b); typedef181 InternalSort<uptr*, UptrComparisonFunction>(&array, size, CompareLess); in SortArray()