Searched defs:Attribute (Results 1 – 7 of 7) sorted by relevance
24 struct Attribute { struct29 Attribute attributes[] = { argument
315 struct Attribute { struct in android::EGLAttributeVector316 Attribute() {}; in Attribute() function317 Attribute(EGLint v) : v(v) { } in Attribute() function318 EGLint v;319 bool operator < (const Attribute& other) const { in operator <()
16 class Attribute; variable
22 class Attribute; variable
65 std::vector<llvm::AttributeSet> Attribute; variable