Searched defs:SetInt64 (Results 1 – 3 of 3) sorted by relevance
/system/update_engine/common/ | ||
D | fake_prefs.cc | 77 bool FakePrefs::SetInt64(const string& key, const int64_t value) { in SetInt64() function in chromeos_update_engine::FakePrefs |
D | prefs.cc | 56 bool PrefsBase::SetInt64(const string& key, const int64_t value) { in SetInt64() function in chromeos_update_engine::PrefsBase |
D | prefs_unittest.cc | 176 TEST_F(PrefsTest, SetInt64) { in TEST_F() argument |