Lines Matching refs:PreferencesValue
43 PreferencesValue PreferencesBase::Get(const std::string &key, const PreferencesValue &defValue)
48 int PreferencesBase::Put(const std::string &key, const PreferencesValue &value)
55 PreferencesValue preferencesValue = Get(key, defValue);
64 PreferencesValue preferencesValue = Get(key, defValue);
72 PreferencesValue preferencesValue = Get(key, defValue);
80 PreferencesValue preferencesValue = Get(key, defValue);
89 PreferencesValue preferencesValue = Get(key, defValue);
98 PreferencesValue preferencesValue = Get(key, defValue);
105 std::map<std::string, PreferencesValue> PreferencesBase::GetAll()
222 std::pair<int, PreferencesValue> PreferencesBase::GetValue(const std::string &key, const PreferencesValue &defValue)
227 std::pair<int, std::map<std::string, PreferencesValue>> PreferencesBase::GetAllData()
229 std::map<std::string, PreferencesValue> map;