Searched defs:wstring (Results 1 – 7 of 7) sorted by relevance
/MusicPlayer2/MusicPlayer2/ |
H A D | TagLibHelper.cpp | 335 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 D | LastFM.cpp | 131 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 D | AudioTag.cpp | 136 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 D | CueFile.cpp | 335 void CCueFile::FindAllProperty(const wstring& str_contents, std::map<std::wstring, std::wstring>& p… in FindAllProperty()
|
H A D | IniHelper.cpp | 214 void CIniHelper::GetAllKeyValues(const wstring& AppName, std::map<wstring,wstring>& map) const in GetAllKeyValues()
|
H A D | MusicPlayerCmdHelper.cpp | 825 …usicPlayerCmdHelper::FixWrongFilePath(wstring& file_path, const std::unordered_map<std::wstring, s… in FixWrongFilePath() argument
|
/MusicPlayer2/MusicPlayer2/taglib/ |
H A D | taglib.h | 86 typedef std::basic_string<wchar_t> wstring; typedef
|