Searched refs:kUint32Value (Results 1 – 1 of 1) sorted by relevance
592 const uint32_t kUint32Value = 654; in TEST_F() local617 store.SetUint(kUint32Key, kUint32Value); in TEST_F()636 EXPECT_EQ(kUint32Value, dict[kUint32Key].Get<uint32_t>()); in TEST_F()662 const uint32_t kUint32Value = 654; in TEST_F() local685 dict[kUint32Key] = brillo::Any(kUint32Value); in TEST_F()710 EXPECT_EQ(kUint32Value, store.GetUint(kUint32Key)); in TEST_F()