Home | History | Annotate | Download | only in aapt2

Lines Matching defs:Ref

52     class Ref {
54 Ref();
55 Ref(const Ref&);
56 ~Ref();
58 Ref& operator=(const Ref& rhs);
68 Ref(Entry* entry);
104 friend class Ref;
106 int ref;
110 Ref name;
117 Ref str;
124 int ref;
139 Ref makeRef(const StringPiece16& str);
146 Ref makeRef(const StringPiece16& str, const Context& context);
164 StyleRef makeRef(const StyleRef& ref);
198 Ref makeRefImpl(const StringPiece16& str, const Context& context, bool unique);