Lines Matching defs:attr
26 AttributeInfo(std::string const &attr, bool supported) :
27 attr(attr),
32 std::string attr;
541 unsigned int id = sp_attribute_lookup(it->attr.c_str());
556 unsigned int id = sp_attribute_lookup(it->attr.c_str());
557 EXPECT_EQ(it->supported, id != 0u) << "Matching for attribute '" << it->attr << "'";
567 unsigned int id = sp_attribute_lookup(it->attr.c_str());
569 EXPECT_TRUE(redoneName != NULL) << "For attribute '" << it->attr << "'";
571 EXPECT_EQ(it->attr, redoneName);