Home
last modified time | relevance | path

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

/system/tools/aidl/tests/
Dend_to_end_tests.cpp45 const char* cpp_header=nullptr) { in AddStubAidls() argument
48 *parcelables, (cpp_header) ? cpp_header : ""); in AddStubAidls()
Dfake_io_delegate.cpp99 const string& cpp_header) { in AddStubParcelable() argument
103 if (cpp_header.empty()) { in AddStubParcelable()
109 cpp_header.c_str()); in AddStubParcelable()
Dfake_io_delegate.h57 const std::string& cpp_header);
/system/netd/server/binder/android/net/
DUidRange.aidl24 parcelable UidRange cpp_header "binder/android/net/UidRange.h";
/system/update_engine/binder_bindings/android/brillo/
DParcelableUpdateEngineStatus.aidl19 parcelable ParcelableUpdateEngineStatus cpp_header
/system/tools/aidl/tests/android/aidl/tests/
DSimpleParcelable.aidl19 parcelable SimpleParcelable cpp_header "tests/simple_parcelable.h";
/system/tools/aidl/
Dast_cpp_unittest.cpp142 CppHeader cpp_header{"HEADER_INCLUDE_GUARD_H_", {"string", "memory"}, in TEST_F() local
144 CompareGeneratedCode(cpp_header, kExpectedHeaderOutput); in TEST_F()
Daidl_language.cpp126 const std::string& cpp_header) in AidlParcelable() argument
130 cpp_header_(cpp_header) { in AidlParcelable()
Daidl_language_l.ll73 cpp_header { return yy::parser::token::CPP_HEADER; }
Daidl_language_y.yy80 { $$ = new AidlToken("cpp_header", ""); }
Daidl_language.h258 const std::string& cpp_header = "");
/system/tools/aidl/docs/
Daidl-cpp.md119 learns this from the `cpp_header` directive shown below. The generator takes
135 parcelable ExampleParcelable cpp_header "bar/foo.h";