Searched defs:values (Results 1 – 3 of 3) sorted by relevance
/MusicPlayer2/MusicPlayer2/ |
H A D | IniHelper.cpp | 113 void CIniHelper::WriteIntArray(const wchar_t* AppName, const wchar_t* KeyName, const int* values, i… in WriteIntArray() 124 void CIniHelper::GetIntArray(const wchar_t* AppName, const wchar_t* KeyName, int* values, int size,… in GetIntArray() 152 void CIniHelper::WriteBoolArray(const wchar_t* AppName, const wchar_t* KeyName, const bool* values,… in WriteBoolArray() 163 void CIniHelper::GetBoolArray(const wchar_t* AppName, const wchar_t* KeyName, bool* values, int siz… in GetBoolArray() 172 …per::WriteStringList(const wchar_t* AppName, const wchar_t* KeyName, const vector<wstring>& values) in WriteStringList() 178 …r::GetStringList(const wchar_t* AppName, const wchar_t* KeyName, vector<wstring>& values, const ve… in GetStringList()
|
H A D | Common.cpp | 411 wstring CCommon::MergeStringList(const vector<wstring>& values) in MergeStringList() 430 void CCommon::SplitStringList(vector<wstring>& values, const wstring& str_value) in SplitStringList()
|
/MusicPlayer2/scintilla/src/ |
H A D | SparseVector.h | 23 std::unique_ptr<SplitVector<T>> values; variable
|