Searched defs:GetInt64 (Results 1 – 3 of 3) sorted by relevance
/system/update_engine/common/ | ||
D | fake_prefs.cc | 75 bool FakePrefs::GetInt64(std::string_view key, int64_t* value) const { in GetInt64() function in chromeos_update_engine::FakePrefs |
D | prefs.cc | 69 bool PrefsBase::GetInt64(const std::string_view key, int64_t* value) const { in GetInt64() function in chromeos_update_engine::PrefsBase |
D | prefs_unittest.cc | 271 TEST_F(PrefsTest, GetInt64) { in TEST_F() argument |