Home
last modified time | relevance | path

Searched defs:values (Results 1 – 3 of 3) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DIniHelper.cpp113 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 DCommon.cpp411 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 DSparseVector.h23 std::unique_ptr<SplitVector<T>> values; variable