Home | History | Annotate | Download | only in aapt2

Lines Matching defs:Ref

73   class Ref {
75 Ref();
76 Ref(const Ref&);
77 ~Ref();
79 Ref& operator=(const Ref& rhs);
80 bool operator==(const Ref& rhs) const;
81 bool operator!=(const Ref& rhs) const;
91 explicit Ref(Entry* entry);
128 friend class Ref;
136 Ref name;
164 Ref MakeRef(const android::StringPiece& str);
168 Ref MakeRef(const android::StringPiece& str, const Context& context);
171 Ref MakeRef(const Ref& ref);
181 StyleRef MakeRef(const StyleRef& ref);
212 Ref MakeRefImpl(const android::StringPiece& str, const Context& context, bool unique);