Searched refs:CppSource (Results 1 – 3 of 3) sorted by relevance
420 class CppSource final : public Document {422 CppSource(const std::vector<std::string>& include_list,426 DISALLOW_COPY_AND_ASSIGN(CppSource);
468 CppSource::CppSource(const std::vector<std::string>& include_list, in CppSource() function in android::aidl::cpp::CppSource
478 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()