Lines Matching refs:Ref
67 class Ref {
69 Ref();
70 Ref(const Ref&);
71 ~Ref();
73 Ref& operator=(const Ref& rhs);
74 bool operator==(const Ref& rhs) const;
75 bool operator!=(const Ref& rhs) const;
85 explicit Ref(Entry* entry);
123 friend class Ref; variable
129 Ref name;
136 Ref str;
159 Ref MakeRef(const android::StringPiece& str);
166 Ref MakeRef(const android::StringPiece& str, const Context& context);
220 Ref MakeRefImpl(const android::StringPiece& str, const Context& context, bool unique);