Home
last modified time | relevance | path

Searched defs:RemoveItemIf (Results 1 – 2 of 2) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DSongDataManager.cpp417 int CSongDataManager::RemoveItemIf(std::function<bool(const SongInfo&)> fun_condition) in RemoveItemIf() function in CSongDataManager
H A DCRecentList.cpp146 int CRecentList::RemoveItemIf(std::function<bool(const ListItem& list_item)> func) in RemoveItemIf() function in CRecentList