Searched refs:GenerateClassDecl (Results 1 – 2 of 2) sorted by relevance
/system/tools/aidl/ |
D | generate_cpp.cpp | 1016 void GenerateClassDecl(CodeWriter& out, const AidlDefinedType& defined_type, 1021 auto visit = [&](const auto& nested) { GenerateClassDecl(out, nested, typenames, options); }; in GenerateNestedTypeDecls() 1338 void GenerateClassDecl(CodeWriter& out, const AidlDefinedType& defined_type, in GenerateClassDecl() function 1480 GenerateClassDecl(out, defined_type, typenames, options); in GenerateHeader()
|
D | generate_ndk.cpp | 147 void GenerateClassDecl(CodeWriter& out, const AidlTypenames& types, 152 auto visit = [&](const auto& nested) { GenerateClassDecl(out, types, nested, options); }; in GenerateNestedTypeDecls() 201 GenerateClassDecl(out, types, defined_type, options); in GenerateHeader() 356 void GenerateClassDecl(CodeWriter& out, const AidlTypenames& types, in GenerateClassDecl() function
|