Lines Matching refs:Ref
74 class Ref {
76 Ref();
77 Ref(const Ref&);
78 ~Ref();
80 Ref& operator=(const Ref& rhs);
81 bool operator==(const Ref& rhs) const;
82 bool operator!=(const Ref& rhs) const;
92 explicit Ref(Entry* entry);
129 friend class Ref; variable
137 Ref name;
165 Ref MakeRef(const android::StringPiece& str);
169 Ref MakeRef(const android::StringPiece& str, const Context& context);
172 Ref MakeRef(const Ref& ref);
213 Ref MakeRefImpl(const android::StringPiece& str, const Context& context, bool unique);