Lines Matching refs:getValue

72     String* str = test::getValue<String>(&mTable, u"@string/foo");
81 String* str = test::getValue<String>(&mTable, u"@string/foo");
100 String* str = test::getValue<String>(&mTable, u"@string/foo");
113 BinaryPrimitive* integer = test::getValue<BinaryPrimitive>(&mTable, u"@integer/foo");
123 BinaryPrimitive* integer = test::getValue<BinaryPrimitive>(&mTable, u"@integer/foo");
134 Attribute* attr = test::getValue<Attribute>(&mTable, u"@attr/foo");
138 attr = test::getValue<Attribute>(&mTable, u"@attr/bar");
158 EXPECT_NE(nullptr, test::getValue<Attribute>(&mTable, u"@attr/foo"));
159 EXPECT_NE(nullptr, test::getValue<Attribute>(&mTable, u"@attr/baz"));
160 EXPECT_NE(nullptr, test::getValue<Styleable>(&mTable, u"@styleable/bar"));
167 Attribute* attr = test::getValue<Attribute>(&mTable, u"@attr/foo");
186 Attribute* attr = test::getValue<Attribute>(&mTable, u"@attr/foo");
200 Attribute* attr = test::getValue<Attribute>(&mTable, u"@attr/foo");
213 Attribute* enumAttr = test::getValue<Attribute>(&mTable, u"@attr/foo");
239 Attribute* flagAttr = test::getValue<Attribute>(&mTable, u"@attr/foo");
279 Style* style = test::getValue<Style>(&mTable, u"@style/foo");
300 Style* style = test::getValue<Style>(&mTable, u"@style/foo");
312 Style* style = test::getValue<Style>(&mTable, u"@style/foo");
326 Style* style = test::getValue<Style>(&mTable, u"@style/foo");
336 Style* style = test::getValue<Style>(&mTable, u"@style/foo.bar");
348 Style* style = test::getValue<Style>(&mTable, u"@style/foo.bar");
358 Style* style = test::getValue<Style>(&mTable, u"@style/foo");
368 Id* id = test::getValue<Id>(&mTable, u"@id/bar");
387 Attribute* attr = test::getValue<Attribute>(&mTable, u"@attr/bar");
391 attr = test::getValue<Attribute>(&mTable, u"@attr/bat");
395 attr = test::getValue<Attribute>(&mTable, u"@attr/baz");
400 EXPECT_NE(nullptr, test::getValue<Id>(&mTable, u"@id/foo"));
402 Styleable* styleable = test::getValue<Styleable>(&mTable, u"@styleable/foo");
416 Styleable* styleable = test::getValue<Styleable>(&mTable, u"@styleable/foo");
437 Array* array = test::getValue<Array>(&mTable, u"@array/foo");
451 EXPECT_NE(nullptr, test::getValue<Array>(&mTable, u"@array/foo"));
467 String* value = test::getValue<String>(&mTable, u"@string/foo");
479 String* value = test::getValue<String>(&mTable, u"@string/foo");
493 String* value = test::getValue<String>(&mTable, u"@string/foo");
513 Styleable* styleable = test::getValue<Styleable>(&mTable, u"@styleable/foo");
519 Attribute* attr = test::getValue<Attribute>(&mTable, u"@attr/foo");
534 Id* id = test::getValue<Id>(&mTable, u"@id/foo");
625 BinaryPrimitive* val = test::getValue<BinaryPrimitive>(&mTable, u"@integer/foo");