Lines Matching refs:SetInt64
314 TEST_F(PrefsTest, SetInt64) { in TEST_F() argument
315 EXPECT_TRUE(prefs_.SetInt64(kKey, -123)); in TEST_F()
323 EXPECT_FALSE(prefs_.SetInt64(kKeyWithSpaces, 20)); in TEST_F()
328 EXPECT_TRUE(prefs_.SetInt64(kKey, std::numeric_limits<int64_t>::max())); in TEST_F()
336 EXPECT_TRUE(prefs_.SetInt64(kKey, std::numeric_limits<int64_t>::min())); in TEST_F()
404 ASSERT_TRUE(prefs_.SetInt64(kKey, 8)); in TEST_F()
413 ASSERT_TRUE(prefs_.SetInt64(kKey, 0)); in TEST_F()
429 ASSERT_TRUE(prefs_.SetInt64(key1, 0)); in TEST_F()
430 ASSERT_TRUE(prefs_.SetInt64(key2, 0)); in TEST_F()
599 EXPECT_TRUE(prefs_.SetInt64(kKey, 1234)); in TEST_F()
609 ASSERT_TRUE(prefs_.SetInt64(key, 0)); in TEST_F()