Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_cpp.cpp161 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()