Searched defs:error_str (Results 1 – 2 of 2) sorted by relevance
/MusicPlayer2/MusicPlayer2/ | ||
H A D | StrTable.h | 9 static const wstring error_str; // 键不存在时会返回此字符串常引用 variable |
H A D | StrTable.cpp | 15 const wstring StrTable::error_str = { L"<error>" }; member in StrTable |