Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp100 bool _ascending; member in CBrowseDialog
257 _ascending = true; in OnInit()
390 _ascending = !_ascending; in OnNotify()
393 _ascending = (index == 0); in OnNotify()
502 return _ascending ? res: -res; in CompareItems()