Home
last modified time | relevance | path

Searched refs:file_decls (Results 1 – 1 of 1) sorted by relevance

/system/tools/aidl/
Dgenerate_cpp.cpp446 vector<unique_ptr<Declaration>> file_decls; in BuildClientSource() local
451 file_decls.push_back(unique_ptr<Declaration>{new ConstructorImpl{ in BuildClientSource()
464 file_decls.push_back(unique_ptr<Declaration>(new LiteralDecl(code))); in BuildClientSource()
476 file_decls.push_back(std::move(m)); in BuildClientSource()
480 NestInNamespaces(std::move(file_decls), interface.GetSplitPackage())}}; in BuildClientSource()
1102 vector<unique_ptr<Declaration>> file_decls; in BuildParcelSource() local
1103 file_decls.push_back(std::move(read)); in BuildParcelSource()
1104 file_decls.push_back(std::move(write)); in BuildParcelSource()
1111 NestInNamespaces(std::move(file_decls), parcel.GetSplitPackage())}}; in BuildParcelSource()