Searched refs:CppSource (Results 1 – 3 of 3) sorted by relevance
386 class CppSource final : public Document {388 CppSource(const std::vector<std::string>& include_list,
493 CppSource::CppSource(const std::vector<std::string>& include_list, in CppSource() function in android::aidl::cpp::CppSource
510 return unique_ptr<Document>{new CppSource{ in BuildClientSource()843 new CppSource{include_list, NestInNamespaces(std::move(decls), interface.GetSplitPackage())}}; in BuildServerSource()865 return unique_ptr<Document>{new CppSource{ in BuildInterfaceSource()1334 new CppSource{vector<string>(includes.begin(), includes.end()), in BuildParcelSource()1500 auto empty_source = unique_ptr<Document>{new CppSource{{}, {}}}; in GenerateCppParcelable()