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