Searched defs:Attribute (Results 1 – 13 of 13) sorted by relevance
24 struct Attribute { struct29 Attribute attributes[] = { argument
78 struct Attribute { struct83 Maybe<AaptAttribute> compiledAttribute; argument93 std::vector<Attribute> attributes; argument
128 struct Attribute { struct133 int compare(const Attribute& rhs) const; argument
258 struct Attribute : public BaseValue<Attribute> { struct269 Attribute(bool w, uint32_t t = 0u); argument
249 Attribute::Attribute(bool w, uint32_t t) : in Attribute() function in aapt::Attribute
123 message Attribute { message
318 struct Attribute { struct in android::EGLAttributeVector319 Attribute() : v(0) {}; in Attribute() argument320 Attribute(EGLint v) : v(v) { } in Attribute() function321 EGLint v;322 bool operator < (const Attribute& other) const { in operator <()
17 class Attribute; variable
21 class Attribute; variable
206 private static class Attribute { class in LayoutParserWrapper212 public Attribute(@Nullable String namespace, String name, String value) { in Attribute() method in LayoutParserWrapper.Attribute
72 std::vector<llvm::AttributeSet> Attribute; variable
75 std::vector<llvm::AttributeSet> Attribute; variable