Searched refs:MemoryPrefs (Results 1 – 8 of 8) sorted by relevance
175 class MemoryPrefs : public PrefsBase {177 MemoryPrefs() : PrefsBase(&mem_storage_) {} in MemoryPrefs() function200 DISALLOW_COPY_AND_ASSIGN(MemoryPrefs);
334 bool MemoryPrefs::MemoryStorage::GetKey(std::string_view key, in GetKey()343 bool MemoryPrefs::MemoryStorage::GetSubKeys(std::string_view ns, in GetSubKeys()359 bool MemoryPrefs::MemoryStorage::SetKey(std::string_view key, in SetKey()365 bool MemoryPrefs::MemoryStorage::KeyExists(std::string_view key) const { in KeyExists()369 bool MemoryPrefs::MemoryStorage::DeleteKey(std::string_view key) { in DeleteKey()
591 MemoryPrefs prefs_;
50 prefs_.reset(new MemoryPrefs()); in Initialize()
142 MemoryPrefs prefs; in ApplyUpdatePayload()
368 MemoryPrefs prefs_;
48 MemoryPrefs prefs; in FuzzDeltaPerformer()
183 MemoryPrefs prefs; in ApplyPayload()