Lines Matching refs:override
98 void Accept(RawValueVisitor* visitor) override;
104 virtual Item* Clone(StringPool* new_pool) const override = 0;
114 void Accept(RawValueVisitor* visitor) override;
136 bool Equals(const Value* value) const override;
137 bool Flatten(android::Res_value* out_value) const override;
138 Reference* Clone(StringPool* new_pool) const override;
139 void Print(std::ostream* out) const override;
148 bool Equals(const Value* value) const override;
149 bool Flatten(android::Res_value* out) const override;
150 Id* Clone(StringPool* new_pool) const override;
151 void Print(std::ostream* out) const override;
161 bool Equals(const Value* value) const override;
162 bool Flatten(android::Res_value* out_value) const override;
163 RawString* Clone(StringPool* new_pool) const override;
164 void Print(std::ostream* out) const override;
195 bool Equals(const Value* value) const override;
196 bool Flatten(android::Res_value* out_value) const override;
197 String* Clone(StringPool* new_pool) const override;
198 void Print(std::ostream* out) const override;
211 bool Equals(const Value* value) const override;
212 bool Flatten(android::Res_value* out_value) const override;
213 StyledString* Clone(StringPool* new_pool) const override;
214 void Print(std::ostream* out) const override;
227 bool Equals(const Value* value) const override;
228 bool Flatten(android::Res_value* out_value) const override;
229 FileReference* Clone(StringPool* new_pool) const override;
230 void Print(std::ostream* out) const override;
241 bool Equals(const Value* value) const override;
242 bool Flatten(android::Res_value* out_value) const override;
243 BinaryPrimitive* Clone(StringPool* new_pool) const override;
244 void Print(std::ostream* out) const override;
263 bool Equals(const Value* value) const override;
264 Attribute* Clone(StringPool* new_pool) const override;
266 void Print(std::ostream* out) const override;
285 bool Equals(const Value* value) const override;
286 Style* Clone(StringPool* new_pool) const override;
287 void Print(std::ostream* out) const override;
297 bool Equals(const Value* value) const override;
298 Array* Clone(StringPool* new_pool) const override;
299 void Print(std::ostream* out) const override;
307 bool Equals(const Value* value) const override;
308 Plural* Clone(StringPool* new_pool) const override;
309 void Print(std::ostream* out) const override;
315 bool Equals(const Value* value) const override;
316 Styleable* Clone(StringPool* newPool) const override;
317 void Print(std::ostream* out) const override;