Searched refs:nested_dict (Results 1 – 1 of 1) sorted by relevance
645 brillo::VariantDictionary nested_dict = in TEST_F() local647 EXPECT_EQ(kNestedInt32Value, nested_dict[kNestedInt32Key].Get<int32_t>()); in TEST_F()693 brillo::VariantDictionary nested_dict; in TEST_F() local694 nested_dict[kNestedInt32Key] = brillo::Any(kNestedInt32Value); in TEST_F()695 dict[kKeyValueStoreKey] = brillo::Any(nested_dict); in TEST_F()