Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp96 bool _ascending; member in CBrowseDialog
251 _ascending = true; in OnInit()
382 _ascending = !_ascending; in OnNotify()
385 _ascending = (index == 0); in OnNotify()
494 return _ascending ? res: -res; in CompareItems()