Searched defs:Attribute (Results 1 – 11 of 11) sorted by relevance
24 struct Attribute { struct29 Attribute attributes[] = { argument
111 struct Attribute { struct116 int compare(const Attribute& rhs) const; argument
86 struct Attribute { struct98 std::vector<Attribute> attributes; argument
209 struct Attribute : public BaseValue<Attribute> { struct221 Attribute(bool w, uint32_t t = 0u); argument
220 Attribute::Attribute(bool w, uint32_t t) : weak(w), typeMask(t) { in Attribute() function in aapt::Attribute
318 struct Attribute { struct in android::EGLAttributeVector319 Attribute() {}; in Attribute() function320 Attribute(EGLint v) : v(v) { } in Attribute() argument321 EGLint v;322 bool operator < (const Attribute& other) const { in operator <()
17 class Attribute; variable
21 class Attribute; variable
72 std::vector<llvm::AttributeSet> Attribute; variable
75 std::vector<llvm::AttributeSet> Attribute; variable