Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBinaryCompile/lumeassetcompiler/src/
H A Dmain.cpp118 …auto alphaSort = [](dirent* x, dirent* y) { return std::string(x->d_name) < std::string(y->d_name)… local
119 auto dirSet = std::set<dirent*, decltype(alphaSort)>(alphaSort);