Searched refs:nested_store (Results 1 – 1 of 1) sorted by relevance
608 KeyValueStore nested_store; in TEST_F() local609 nested_store.SetInt(kNestedInt32Key, kNestedInt32Value); in TEST_F()624 store.SetKeyValueStore(kKeyValueStoreKey, nested_store); in TEST_F()724 KeyValueStore nested_store; in TEST_F() local725 nested_store.SetInt(kNestedInt32Key, kNestedInt32Value); in TEST_F()726 EXPECT_EQ(nested_store, store.GetKeyValueStore(kKeyValueStoreKey)); in TEST_F()