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