Searched refs:convertable_dict (Results 1 – 1 of 1) sorted by relevance
2154 const DictionaryValue* convertable_dict = NULL; in TEST_F() local2156 ASSERT_TRUE(value->GetAsDictionary(&convertable_dict)); in TEST_F()2159 EXPECT_TRUE(convertable_dict->GetInteger("foo", &foo_val)); in TEST_F()2171 convertable_dict = NULL; in TEST_F()2173 ASSERT_TRUE(value->GetAsDictionary(&convertable_dict)); in TEST_F()2176 convertable_dict = NULL; in TEST_F()2178 ASSERT_TRUE(value->GetAsDictionary(&convertable_dict)); in TEST_F()2193 convertable_dict = NULL; in TEST_F()2196 ASSERT_TRUE(value->GetAsDictionary(&convertable_dict)); in TEST_F()2197 EXPECT_TRUE(convertable_dict->GetInteger("foo", &foo_val)); in TEST_F()[all …]