Home
last modified time | relevance | path

Searched defs:cpp_header (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/tools/aidl/
H A Daidl_to_cpp.cpp347 const std::string cpp_header = definedType->AsParcelable()->GetCppHeader(); in AddHeaders() local
358 const std::string cpp_header = Join(name, '/') + ".h"; in AddHeaders() local
H A Dast_cpp_unittest.cpp164 CppHeader cpp_header{{"string", "memory"}, std::move(test_ns_globals)}; in TEST_F() local
188 CppHeader cpp_header{{"string", "memory"}, std::move(test_ns_globals)}; in TEST_F() local
H A Daidl_language.cpp1000 const std::string& cpp_header, std::vector<std::string>* type_params, in AidlParcelable()
/aosp12/system/tools/aidl/tests/
H A Dfake_io_delegate.cpp105 const string& cpp_header) { in AddStubParcelable()