Lines Matching refs:PreferencesValue
43 PreferencesValue Get(const std::string &key, const PreferencesValue &defValue) override;
45 int Put(const std::string &key, const PreferencesValue &value) override;
49 std::map<std::string, PreferencesValue> GetAll() override;
59 std::pair<int, PreferencesValue> GetValue(const std::string &key, const PreferencesValue &defValue) override;
61 std::pair<int, std::map<std::string, PreferencesValue>> GetAllData() override;
66 const std::map<std::string, PreferencesValue> &writeToDiskMap);
72 bool WriteSettingXml(const Options &options, const std::map<std::string, PreferencesValue> &writeToDiskMap);
85 ConcurrentMap<std::string, PreferencesValue> valuesCache_;