Lines Matching refs:Id
60 EXPECT_NE(nullptr, test::GetValue<Id>(table.get(), "android:string/one")); in TEST()
96 EXPECT_NE(nullptr, test::GetValue<Id>(table.get(), "android:string/one")); in TEST()
198 .SetValue(util::make_unique<Id>(), test::ParseConfigOrDie("land-hdpi")) in TEST()
204 .SetValue(util::make_unique<Id>(), test::ParseConfigOrDie("land-xhdpi")) in TEST()
210 .SetValue(util::make_unique<Id>(), test::ParseConfigOrDie("land-xxhdpi")) in TEST()
231 test::GetValueForConfig<Id>(&table, "android:string/foo", in TEST()
234 test::GetValueForConfig<Id>(&table, "android:string/foo", in TEST()
237 test::GetValueForConfig<Id>(&table, "android:string/foo", in TEST()
241 test::GetValueForConfig<Id>(split_one, "android:string/foo", in TEST()
244 test::GetValueForConfig<Id>(split_one, "android:string/foo", in TEST()
247 test::GetValueForConfig<Id>(split_one, "android:string/foo", in TEST()
251 test::GetValueForConfig<Id>(split_two, "android:string/foo", in TEST()
254 test::GetValueForConfig<Id>(split_two, "android:string/foo", in TEST()
257 test::GetValueForConfig<Id>(split_two, "android:string/foo", in TEST()