Lines Matching refs:GetValue

95   String* str = test::GetValue<String>(&table_, "string/foo");  in TEST_F()
101 str = test::GetValue<String>(&table_, "string/bar"); in TEST_F()
137 StyledString* str = test::GetValue<StyledString>(&table_, "string/foo"); in TEST_F()
156 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F()
163 str = test::GetValue<String>(&table_, "string/foo2"); in TEST_F()
172 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F()
180 str = test::GetValue<String>(&table_, "string/foo2"); in TEST_F()
188 str = test::GetValue<String>(&table_, "string/foo3"); in TEST_F()
195 str = test::GetValue<String>(&table_, "string/foo4"); in TEST_F()
205 StyledString* str = test::GetValue<StyledString>(&table_, "string/foo"); in TEST_F()
223 String* str = test::GetValue<String>(&table_, "string/foo1"); in TEST_F()
229 str = test::GetValue<String>(&table_, "string/foo2"); in TEST_F()
235 str = test::GetValue<String>(&table_, "string/foo3"); in TEST_F()
249 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F()
268 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F()
283 StyledString* str = test::GetValue<StyledString>(&table_, "string/foo"); in TEST_F()
305 Reference* null_ref = test::GetValue<Reference>(&table_, "integer/foo"); in TEST_F()
316 BinaryPrimitive* integer = test::GetValue<BinaryPrimitive>(&table_, "integer/foo"); in TEST_F()
328 Attribute* attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F()
332 attr = test::GetValue<Attribute>(&table_, "attr/bar"); in TEST_F()
352 EXPECT_THAT(test::GetValue<Attribute>(&table_, "attr/foo"), NotNull()); in TEST_F()
353 EXPECT_THAT(test::GetValue<Attribute>(&table_, "attr/baz"), NotNull()); in TEST_F()
354 EXPECT_THAT(test::GetValue<Styleable>(&table_, "styleable/bar"), NotNull()); in TEST_F()
361 Attribute* attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F()
380 Attribute* attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F()
395 Attribute* attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F()
409 Attribute* enum_attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F()
436 Attribute* flag_attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F()
478 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F()
492 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F()
685 EXPECT_THAT(test::GetValue<Array>(&table_, "array/foo"), NotNull()); in TEST_F()
695 Array* array = test::GetValue<Array>(&table_, "array/foo"); in TEST_F()
720 Plural* plural = test::GetValue<Plural>(&table_, "plurals/foo"); in TEST_F()
737 String* value = test::GetValue<String>(&table_, "string/foo"); in TEST_F()
750 String* value = test::GetValue<String>(&table_, "string/foo"); in TEST_F()
764 String* value = test::GetValue<String>(&table_, "string/foo"); in TEST_F()
784 Styleable* styleable = test::GetValue<Styleable>(&table_, "styleable/foo"); in TEST_F()
789 Attribute* attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F()
798 ASSERT_THAT(test::GetValue<Id>(&table_, "id/foo"), NotNull()); in TEST_F()
890 BinaryPrimitive* val = test::GetValue<BinaryPrimitive>(&table_, "integer/foo"); in TEST_F()
901 BinaryPrimitive* val = test::GetValue<BinaryPrimitive>(&table_, "integer/foo"); in TEST_F()
908 ASSERT_THAT(test::GetValue<String>(&table_, "configVarying/foo"), NotNull()); in TEST_F()
918 Style* val = test::GetValue<Style>(&table_, "configVarying/bag"); in TEST_F()
931 ASSERT_THAT(test::GetValue(&table_, "drawable/foo"), Pointee(ValueEq(Reference()))); in TEST_F()
933 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F()