Searched refs:kNestedInt32Key (Results 1 – 1 of 1) sorted by relevance
606 static const char kNestedInt32Key[] = "NestedKey32Key"; 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()676 static const char kNestedInt32Key[] = "NestedKey32Key"; in TEST_F() local694 nested_dict[kNestedInt32Key] = brillo::Any(kNestedInt32Value); in TEST_F()725 nested_store.SetInt(kNestedInt32Key, kNestedInt32Value); in TEST_F()