Searched refs:SetKey (Results 1 – 3 of 3) sorted by relevance
53 virtual bool SetKey(const std::string& key, std::string_view value) = 0;127 bool SetKey(const std::string& key, std::string_view value) override;167 bool SetKey(const std::string& key, std::string_view value) override;
59 TEST_AND_RETURN_FALSE(storage_->SetKey(key, value)); in SetString()195 bool Prefs::FileStorage::SetKey(const string& key, std::string_view value) { in SetKey() function in chromeos_update_engine::Prefs::FileStorage265 bool MemoryPrefs::MemoryStorage::SetKey(const string& key, in SetKey() function in chromeos_update_engine::MemoryPrefs::MemoryStorage
172 m.SetKey({-11, 0, 1234}); in TEST()