Home
last modified time | relevance | path

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

/dports/audio/clementine-player/Clementine-1.4.0rc1/src/playlist/
H A Dplaylist.h334 void IgnoreSorting(bool value) { ignore_sorting_ = value; } in IgnoreSorting()
458 bool ignore_sorting_; variable
H A Dplaylist.cpp132 ignore_sorting_(false), in Playlist()
1460 if (ignore_sorting_) return; in sort()
/dports/audio/strawberry/strawberry-1.0.0/src/playlist/
H A Dplaylist.h310 void IgnoreSorting(const bool value) { ignore_sorting_ = value; }
424 bool ignore_sorting_;
H A Dplaylist.cpp138 ignore_sorting_(false), in Playlist()
1397 if (ignore_sorting_) return; in sort()