Searched refs:GenerateCpp (Results 1 – 4 of 4) sorted by relevance
| /system/tools/aidl/ |
| D | generate_cpp_unittest.cpp | 91 ASSERT_TRUE(GenerateCpp(options_.OutputFile(), options_, typenames_, *interface, io_delegate_)); in TEST_F() 104 ASSERT_DEATH(GenerateCpp(options_.OutputFile(), options_, typenames_, *interface, io_delegate_), in TEST_F() 117 ASSERT_DEATH(GenerateCpp(options_.OutputFile(), options_, typenames_, *interface, io_delegate_), in TEST_F()
|
| D | generate_cpp.h | 31 bool GenerateCpp(const string& output_file, const Options& options, const AidlTypenames& typenames,
|
| D | aidl.cpp | 821 cpp::GenerateCpp(output_file_name, options, typenames, *defined_type, io_delegate); in compile_aidl()
|
| D | generate_cpp.cpp | 1566 bool GenerateCpp(const string& output_file, const Options& options, const AidlTypenames& typenames, in GenerateCpp() function
|