Lines Matching refs:GetValue
142 FileReference* f = test::GetValue<FileReference>(&final_table, "com.app.a:xml/file"); in TEST_F()
147 f = test::GetValue<FileReference>(&final_table, "com.app.a:xml/com.app.b$file"); in TEST_F()
171 BinaryPrimitive* foo = test::GetValue<BinaryPrimitive>(&final_table, "com.app.a:bool/foo"); in TEST_F()
209 BinaryPrimitive* foo = test::GetValue<BinaryPrimitive>(&final_table, "com.app.a:bool/foo"); in TEST_F()
211 BinaryPrimitive* bar = test::GetValue<BinaryPrimitive>(&final_table, "com.app.a:bool/bar"); in TEST_F()
213 BinaryPrimitive* baz = test::GetValue<BinaryPrimitive>(&final_table, "com.app.a:bool/baz"); in TEST_F()
391 Styleable* styleable = test::GetValue<Styleable>(&final_table, "com.app.a:styleable/Foo"); in TEST_F()
401 Style* style = test::GetValue<Style>(&final_table, "com.app.a:style/Theme"); in TEST_F()
451 test::GetValue<Styleable>(&final_table, "com.app.a:styleable/MyWidget"); in TEST_F()
455 const Style* actual_style = test::GetValue<Style>(&final_table, "com.app.a:style/Theme"); in TEST_F()
457 EXPECT_TRUE(actual_style->Equals(test::GetValue<Style>(table_b.get(), "com.app.a:style/Theme"))); in TEST_F()