Home
last modified time | relevance | path

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

/system/tools/aidl/
Dgenerate_cpp.h32 bool GenerateCpp(const string& output_file, const Options& options, const AidlTypenames& typenames,
Dgenerate_cpp_unittest.cpp1671 ASSERT_TRUE(GenerateCpp(options_.OutputFile(), options_, typenames_, *interface, io_delegate_)); in TEST_F()
1684 ASSERT_FALSE(GenerateCpp(options_.OutputFile(), options_, typenames_, *interface, io_delegate_)); in TEST_F()
1698 ASSERT_FALSE(GenerateCpp(options_.OutputFile(), options_, typenames_, *interface, io_delegate_)); in TEST_F()
Daidl.cpp788 cpp::GenerateCpp(output_file_name, options, typenames, *defined_type, io_delegate); in compile_aidl()
Dgenerate_cpp.cpp1416 bool GenerateCpp(const string& output_file, const Options& options, const AidlTypenames& typenames, in GenerateCpp() function