Lines Matching refs:GetValue
93 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F()
102 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F()
108 str = test::GetValue<String>(&table_, "string/bar"); in TEST_F()
125 StyledString* str = test::GetValue<StyledString>(&table_, "string/foo"); in TEST_F()
144 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F()
151 str = test::GetValue<String>(&table_, "string/foo2"); in TEST_F()
162 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F()
181 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F()
199 StyledString* str = test::GetValue<StyledString>(&table_, "string/foo"); in TEST_F()
219 Reference* null_ref = test::GetValue<Reference>(&table_, "integer/foo"); in TEST_F()
230 BinaryPrimitive* integer = test::GetValue<BinaryPrimitive>(&table_, "integer/foo"); in TEST_F()
242 Attribute* attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F()
246 attr = test::GetValue<Attribute>(&table_, "attr/bar"); in TEST_F()
266 EXPECT_THAT(test::GetValue<Attribute>(&table_, "attr/foo"), NotNull()); in TEST_F()
267 EXPECT_THAT(test::GetValue<Attribute>(&table_, "attr/baz"), NotNull()); in TEST_F()
268 EXPECT_THAT(test::GetValue<Styleable>(&table_, "styleable/bar"), NotNull()); in TEST_F()
275 Attribute* attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F()
294 Attribute* attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F()
309 Attribute* attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F()
323 Attribute* enum_attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F()
350 Attribute* flag_attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F()
392 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F()
406 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F()
556 EXPECT_THAT(test::GetValue<Array>(&table_, "array/foo"), NotNull()); in TEST_F()
566 Array* array = test::GetValue<Array>(&table_, "array/foo"); in TEST_F()
591 Plural* plural = test::GetValue<Plural>(&table_, "plurals/foo"); in TEST_F()
608 String* value = test::GetValue<String>(&table_, "string/foo"); in TEST_F()
621 String* value = test::GetValue<String>(&table_, "string/foo"); in TEST_F()
635 String* value = test::GetValue<String>(&table_, "string/foo"); in TEST_F()
655 Styleable* styleable = test::GetValue<Styleable>(&table_, "styleable/foo"); in TEST_F()
660 Attribute* attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F()
669 ASSERT_THAT(test::GetValue<Id>(&table_, "id/foo"), NotNull()); in TEST_F()
741 BinaryPrimitive* val = test::GetValue<BinaryPrimitive>(&table_, "integer/foo"); in TEST_F()
752 BinaryPrimitive* val = test::GetValue<BinaryPrimitive>(&table_, "integer/foo"); in TEST_F()
759 ASSERT_THAT(test::GetValue<String>(&table_, "configVarying/foo"), NotNull()); in TEST_F()
769 Style* val = test::GetValue<Style>(&table_, "configVarying/bag"); in TEST_F()
782 ASSERT_THAT(test::GetValue(&table_, "drawable/foo"), Pointee(ValueEq(Reference()))); in TEST_F()
784 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F()