Searched refs:BuildMetaMethodDecl (Results 1 – 1 of 1) sorted by relevance
/system/tools/aidl/ |
D | generate_cpp.cpp | 161 unique_ptr<Declaration> BuildMetaMethodDecl(const AidlMethod& method, const TypeNamespace&, in BuildMetaMethodDecl() function 824 publics.push_back(BuildMetaMethodDecl(*method, types, options, false)); in BuildClientHeader() 972 if_class->AddPublic(BuildMetaMethodDecl(*method, types, options, true)); in BuildInterfaceHeader() 986 method_decls.emplace_back(BuildMetaMethodDecl(*method, types, options, false)->ToString()); in BuildInterfaceHeader()
|