Searched refs:GetHeaders (Results 1 - 4 of 4) sorted by relevance
/system/tools/aidl/ | ||
H A D | type_cpp.h | 62 void GetHeaders(std::set<std::string>* headers) const { function in class:android::aidl::cpp::Type |
H A D | type_cpp.cpp | 92 GetHeaders(is_nullable, cpp_header), 106 static vector<string> GetHeaders(bool is_nullable, const string& cpp_header) { function in class:android::aidl::cpp::__anon2479::CppArrayType |
H A D | aidl_unittest.cpp | 372 cpp_type->GetHeaders(&headers); |
H A D | generate_cpp.cpp | 704 type->GetHeaders(&includes); 708 return_type->GetHeaders(&includes); |
Completed in 74 milliseconds