/MusicPlayer2/MusicPlayer2/ |
H A D | RegFileRelate.cpp | 36 CRegKey key; in AddFileTypeRelate() local 102 CRegKey key; in IsFileTypeRelated() local 123 CRegKey key; in DeleteFileTypeRelate() local 148 CRegKey key; in GetAllRelatedExtensions() local 168 bool CRegFileRelate::OpenItem(CRegKey& key, LPCTSTR item_str) in OpenItem()
|
H A D | AudioTag.cpp | 557 { in GetCuePropertyMap() 570 std::wstring key = item.first; in GetCuePropertyMap() local 582 std::wstring key = item.first; in GetCuePropertyMap() local
|
H A D | SongDataManager.cpp | 266 bool CSongDataManager::SetSongID(const SongKey& key, const unsigned __int64 id) in SetSongID() 279 bool CSongDataManager::GetSongID(const SongKey& key, unsigned __int64& id) const in GetSongID() argument 404 bool CSongDataManager::RemoveItem(const SongKey& key) in RemoveItem()
|
H A D | IconMgr.cpp | 14 int key = MakeKey(type, style, size); in GetHICON() local
|
H A D | CHotkeyManager.cpp | 16 void CHotkeyManager::SetHotKey(eHotKeyId id, CHotKey key) in SetHotKey()
|
H A D | CMMNotificationClient.cpp | 140 const PROPERTYKEY key) in OnPropertyValueChanged()
|
H A D | StrTable.cpp | 122 wstring StrTable::LoadTextFormat(const wstring& key, const std::initializer_list<CVariant>& paras) … in LoadTextFormat() argument
|
H A D | MusicPlayer2.cpp | 569 CRegKey key; in SetAutoRun() local 598 CRegKey key; in GetAutoRun() local
|
H A D | CueFile.cpp | 349 std::wstring key = str.substr(0, index); in FindAllProperty() local
|
H A D | BaseDialog.cpp | 260 void CBaseDialog::SetDlgControlText(int id, const wchar_t* key) in SetDlgControlText()
|
H A D | IniHelper.cpp | 236 wstring key{ str.substr(0, pos) }; in GetAllKeyValues() local
|
H A D | FfmpegCore.cpp | 514 std::wstring CFfmpegCore::GetMetadata(std::string key, MusicInfoHandle* h) { in GetMetadata()
|
H A D | LastFM.cpp | 374 wchar_t key[64], tmp[64]; in Scrobble() local
|
H A D | CPlayerUIBase.cpp | 751 IconMgr::IconType CPlayerUIBase::GetBtnIconType(BtnKey key) in GetBtnIconType() 3066 { in DrawUiMenuBar()
|
H A D | TagLibHelper.cpp | 342 std::wstring key = prop.first.toWString(); in GetTagPropertyMap() local 353 static std::wstring GetMapValue(const std::wstring& key, const std::map<std::wstring, std::wstring>… in GetMapValue()
|
H A D | Common.cpp | 1866 CRegKey key; in GetDesktopBackgroundPath() local
|
/MusicPlayer2/MusicPlayer2/taglib/ |
H A D | tmap.tcc | 96 Map<Key, T> &Map<Key, T>::insert(const Key &key, const T &value) in insert() 118 typename Map<Key, T>::Iterator Map<Key, T>::find(const Key &key) in find() 145 Map<Key, T> &Map<Key,T>::erase(const Key &key) in erase() 165 T &Map<Key, T>::operator[](const Key &key) in operator []()
|
/MusicPlayer2/scintilla/src/ |
H A D | KeyMap.cxx | 40 void KeyMap::AssignCmdKey(int key, int modifiers, unsigned int msg) { in AssignCmdKey() 44 unsigned int KeyMap::Find(int key, int modifiers) const { in Find()
|
H A D | ScintillaBase.cxx | 517 auto LoadText = [this](const std::wstring& key) -> std::wstring { in ContextMenu() 758 void LexState::PropSet(const char *key, const char *val) { in PropSet() 772 int LexState::PropGetInt(const char *key, int defaultValue) const { in PropGetInt() argument 776 size_t LexState::PropGetExpanded(const char *key, char *result) const { in PropGetExpanded() argument
|
H A D | PositionCache.cxx | 498 const unsigned int key = KeyFromString(charBytes, UTF8MaxBytes); in SetRepresentation() local
|
/MusicPlayer2/scintilla/lexlib/ |
H A D | PropSetSimple.cxx | 45 void PropSetSimple::Set(const char *key, const char *val, size_t lenKey, size_t lenVal) { in Set() 140 size_t PropSetSimple::GetExpanded(const char *key, char *result) const { in GetExpanded() argument 150 int PropSetSimple::GetInt(const char *key, int defaultValue) const { in GetInt() argument
|
H A D | LexerBase.cxx | 62 Sci_Position SCI_METHOD LexerBase::PropertySet(const char *key, const char *val) { in PropertySet() 72 const char *SCI_METHOD LexerBase::PropertyGet(const char *key) { in PropertyGet()
|
H A D | LexerNoExceptions.cxx | 25 Sci_Position SCI_METHOD LexerNoExceptions::PropertySet(const char *key, const char *val) { in PropertySet()
|
H A D | Accessor.cxx | 25 int Accessor::GetPropertyInt(const char *key, int defaultValue) const { in GetPropertyInt() argument
|
/MusicPlayer2/scintilla/win32/ |
H A D | ScintillaWin.cxx | 163 bool KeyboardIsKeyDown(int key) noexcept { in KeyboardIsKeyDown()
|