Home | History | Annotate | Download | only in aapt2

Lines Matching refs:FileReference

212 FileReference::FileReference(const StringPool::Ref& _path) : path(_path) {
215 bool FileReference::equals(const Value* value) const {
216 const FileReference* other = valueCast<FileReference>(value);
223 bool FileReference::flatten(android::Res_value* outValue) const {
233 FileReference* FileReference::clone(StringPool* newPool) const {
234 FileReference* fr = new FileReference(newPool->makeRef(*path));
241 void FileReference::print(std::ostream* out) const {