Home
last modified time | relevance | path

Searched defs:MethodImpl (Results 1 – 2 of 2) sorted by relevance

/aosp12/system/tools/hidl/
H A DMethod.h52 using MethodImpl = std::map<MethodImplType, std::function<void(Formatter &)>>; variable
/aosp12/system/tools/aidl/
H A Dast_cpp.cpp306 MethodImpl::MethodImpl(const string& return_type, const string& class_name, in MethodImpl() function in android::aidl::cpp::MethodImpl