Searched refs:MemoryPrefs (Results 1 – 8 of 8) sorted by relevance
238 bool MemoryPrefs::MemoryStorage::GetKey(const string& key, in GetKey()247 bool MemoryPrefs::MemoryStorage::GetSubKeys(const string& ns, in GetSubKeys()265 bool MemoryPrefs::MemoryStorage::SetKey(const string& key, in SetKey()271 bool MemoryPrefs::MemoryStorage::KeyExists(const string& key) const { in KeyExists()275 bool MemoryPrefs::MemoryStorage::DeleteKey(const string& key) { in DeleteKey()
154 class MemoryPrefs : public PrefsBase {156 MemoryPrefs() : PrefsBase(&mem_storage_) {} in MemoryPrefs() function179 DISALLOW_COPY_AND_ASSIGN(MemoryPrefs);
591 MemoryPrefs prefs_;
50 prefs_.reset(new MemoryPrefs()); in Initialize()
142 MemoryPrefs prefs; in ApplyUpdatePayload()
48 MemoryPrefs prefs; in FuzzDeltaPerformer()
180 MemoryPrefs prefs; in ApplyPayload()
2322 MemoryPrefs prefs; in TEST_F()