Searched refs:kNestedInt32Value (Results 1 – 1 of 1) sorted by relevance
607 const int32_t kNestedInt32Value = 1; in TEST_F() local609 nested_store.SetInt(kNestedInt32Key, kNestedInt32Value); in TEST_F()647 EXPECT_EQ(kNestedInt32Value, nested_dict[kNestedInt32Key].Get<int32_t>()); in TEST_F()677 const int32_t kNestedInt32Value = 1; in TEST_F() local694 nested_dict[kNestedInt32Key] = brillo::Any(kNestedInt32Value); in TEST_F()725 nested_store.SetInt(kNestedInt32Key, kNestedInt32Value); in TEST_F()