Searched refs:MemoryPrefs (Results 1 – 8 of 8) sorted by relevance
214 bool MemoryPrefs::MemoryStorage::GetKey(const string& key, in GetKey()223 bool MemoryPrefs::MemoryStorage::GetSubKeys(const string& ns, in GetSubKeys()241 bool MemoryPrefs::MemoryStorage::SetKey(const string& key, in SetKey()247 bool MemoryPrefs::MemoryStorage::KeyExists(const string& key) const { in KeyExists()251 bool MemoryPrefs::MemoryStorage::DeleteKey(const string& key) { in DeleteKey()
151 class MemoryPrefs : public PrefsBase {153 MemoryPrefs() : PrefsBase(&mem_storage_) {} in MemoryPrefs() function176 DISALLOW_COPY_AND_ASSIGN(MemoryPrefs);
509 MemoryPrefs prefs_;
49 prefs_.reset(new MemoryPrefs()); in Initialize()
142 MemoryPrefs prefs; in ApplyUpdatePayload()
2436 MemoryPrefs prefs; in TEST_F()2469 MemoryPrefs fake_prefs; in TEST_F()2546 MemoryPrefs fake_prefs; in TEST_F()
48 MemoryPrefs prefs; in FuzzDeltaPerformer()
208 MemoryPrefs prefs; in ApplyPayload()