Home
last modified time | relevance | path

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

/system/tools/aidl/
Dast_cpp.h420 class CppSource final : public Document {
422 CppSource(const std::vector<std::string>& include_list,
426 DISALLOW_COPY_AND_ASSIGN(CppSource);
Dast_cpp.cpp468 CppSource::CppSource(const std::vector<std::string>& include_list, in CppSource() function in android::aidl::cpp::CppSource
Dgenerate_cpp.cpp478 return unique_ptr<Document>{new CppSource{ in BuildClientSource()
720 new CppSource{include_list, NestInNamespaces(std::move(decls), interface.GetSplitPackage())}}; in BuildServerSource()
792 return unique_ptr<Document>{new CppSource{ in BuildInterfaceSource()
1110 new CppSource{vector<string>(includes.begin(), includes.end()), in BuildParcelSource()