Searched refs:MethodImpl (Results 1 – 6 of 6) sorted by relevance
/system/tools/hidl/ |
D | Method.h | 52 using MethodImpl = std::map<MethodImplType, std::function<void(Formatter &)>>; variable 87 MethodImpl cppImpl, 88 MethodImpl javaImpl); 122 MethodImpl mCppImpl; 123 MethodImpl mJavaImpl;
|
D | Method.cpp | 47 MethodImpl cppImpl, in fillImplementation() 48 MethodImpl javaImpl) { in fillImplementation()
|
/system/tools/aidl/ |
D | ast_cpp_unittest.cpp | 302 MethodImpl m{"return_type", in TEST_F() 315 MethodImpl m{"return_type", in TEST_F()
|
D | ast_cpp.cpp | 306 MethodImpl::MethodImpl(const string& return_type, const string& class_name, in MethodImpl() function in android::aidl::cpp::MethodImpl 323 StatementBlock* MethodImpl::GetStatementBlock() { in GetStatementBlock() 327 void MethodImpl::Write(CodeWriter* to) const { in Write()
|
D | ast_cpp.h | 234 class MethodImpl : public Declaration { 238 MethodImpl(const std::string& return_type, const std::string& class_name, 241 virtual ~MethodImpl() = default;
|
D | generate_cpp.cpp | 235 unique_ptr<MethodImpl> ret{ in DefineClientTransaction() 236 new MethodImpl{kBinderStatusLiteral, in DefineClientTransaction() 526 unique_ptr<MethodImpl> getter( in BuildConstantDefinitions() 527 new MethodImpl("const " + cppType + "&", class_name, constant->GetName(), type_params, {})); in BuildConstantDefinitions() 745 unique_ptr<MethodImpl> on_transact{ in BuildServerSource() 746 new MethodImpl{kAndroidStatusLiteral, in BuildServerSource() 1316 std::make_unique<MethodImpl>(kAndroidStatusLiteral, parcel.GetName(), "readFromParcel", in BuildParcelSource() 1320 auto write = std::make_unique<MethodImpl>( in BuildParcelSource()
|