Home
last modified time | relevance | path

Searched refs:sortProxy (Results 1 – 1 of 1) sorted by relevance

/system/core/libutils/
DVectorImpl.cpp160 static int sortProxy(const void* lhs, const void* rhs, void* func) in sortProxy() function
167 return sort(sortProxy, (void*)cmp); in sort()