Home
last modified time | relevance | path

Searched defs:wstring (Results 1 – 7 of 7) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DTagLibHelper.cpp335 void GetTagPropertyMap(T* tag, std::map<std::wstring, std::wstring>& property_map) in GetTagPropertyMap()
353 static std::wstring GetMapValue(const std::wstring& key, const std::map<std::wstring, std::wstring>… in GetMapValue()
362 static void OtherPropertyToSongInfo(SongInfo& song_info, const std::map<std::wstring, std::wstring>… in OtherPropertyToSongInfo()
490 static void getFlacPropertyMap(FLAC::File& file, std::map<std::wstring, std::wstring>& property_map) in getFlacPropertyMap()
500 static void getM4aPropertyMap(MP4::File& file, std::map<std::wstring, std::wstring>& property_map) in getM4aPropertyMap()
506 static void getMpegPropertyMap(MPEG::File& file, std::map<std::wstring, std::wstring>& property_map) in getMpegPropertyMap()
516 static void getAsfPropertyMap(ASF::File& file, std::map<std::wstring, std::wstring>& property_map) in getAsfPropertyMap()
522 static void getApePropertyMap(APE::File& file, std::map<std::wstring, std::wstring>& property_map) in getApePropertyMap()
530 static void getWavPropertyMap(RIFF::WAV::File& file, std::map<std::wstring, std::wstring>& property… in getWavPropertyMap()
538 static void getOggPropertyMap(Vorbis::File& file, std::map<std::wstring, std::wstring>& property_ma… in getOggPropertyMap()
[all …]
H A DLastFM.cpp131 void LastFM::GenerateApiSig(map<wstring, wstring>& params) { in GenerateApiSig()
160 wstring LastFM::GetUrl(map<wstring, wstring>& params, wstring base) { in GetUrl()
266 wstring LastFM::GetPostData(map<wstring, wstring>& params) { in GetPostData()
497 wstring LastFM::GetUrl(map<wstring, wstring>& params) { in GetUrl()
H A DAudioTag.cpp136 void CAudioTag::GetAudioTagPropertyMap(std::map<wstring, wstring>& property_map) in GetAudioTagPropertyMap()
547 bool CAudioTag::GetCuePropertyMap(SongInfo& song_info, std::map<wstring, wstring>& property_map) in GetCuePropertyMap()
H A DCueFile.cpp335 void CCueFile::FindAllProperty(const wstring& str_contents, std::map<std::wstring, std::wstring>& p… in FindAllProperty()
H A DIniHelper.cpp214 void CIniHelper::GetAllKeyValues(const wstring& AppName, std::map<wstring,wstring>& map) const in GetAllKeyValues()
H A DMusicPlayerCmdHelper.cpp825 …usicPlayerCmdHelper::FixWrongFilePath(wstring& file_path, const std::unordered_map<std::wstring, s… in FixWrongFilePath() argument
/MusicPlayer2/MusicPlayer2/taglib/
H A Dtaglib.h86 typedef std::basic_string<wchar_t> wstring; typedef