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