Lines Matching refs:Ref
79 class Ref {
81 Ref();
82 Ref(const Ref&);
83 ~Ref();
85 Ref& operator=(const Ref& rhs);
86 bool operator==(const Ref& rhs) const;
87 bool operator!=(const Ref& rhs) const;
97 explicit Ref(Entry* entry);
134 friend class Ref; variable
142 Ref name;
170 Ref MakeRef(android::StringPiece str);
174 Ref MakeRef(android::StringPiece str, const Context& context);
177 Ref MakeRef(const Ref& ref);
218 Ref MakeRefImpl(android::StringPiece str, const Context& context, bool unique);