Searched defs:new_end (Results 1 – 5 of 5) sorted by relevance
/MusicPlayer2/MusicPlayer2/ |
H A D | FormatConvertDlg.cpp | 62 auto new_end = std::remove_if(m_file_list.begin(), m_file_list.end(), in CFormatConvertDlg() local 874 auto new_end = std::remove_if(m_file_list.begin(), m_file_list.end(), in OnAddFile() local
|
H A D | TagSelBaseDlg.cpp | 423 auto new_end = std::remove_if(m_default_formular.begin(), m_default_formular.end(), in OnDestroy() local
|
H A D | AudioCommon.cpp | 574 auto new_end = std::remove_if(files.begin(), files.end(), in GetAudioInfo() local
|
H A D | Lyric.cpp | 363 auto new_end = std::unique(lyric.split.begin(), lyric.split.end()); in DisposeKsc() local
|
H A D | MusicPlayerDlg.cpp | 2718 auto new_end = std::remove_if(m_cmd_open_files.begin(), m_cmd_open_files.end(), in OnTimer() local
|