Home
last modified time | relevance | path

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

/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/vfs/
H A Dvfs.cpp1802 FSNodeCmpFunc* pCmpFunc; in Sort() member
1803 GreaterCmp(FSNodeCmpFunc* _pCmpFunc) : pCmpFunc(_pCmpFunc){} in Sort()
1806 return pCmpFunc(n1, n2) < 0; in Sort()