Searched defs:MethodImpl (Results 1 – 2 of 2) sorted by relevance
52 using MethodImpl = std::map<MethodImplType, std::function<void(Formatter &)>>; variable
306 MethodImpl::MethodImpl(const string& return_type, const string& class_name, in MethodImpl() function in android::aidl::cpp::MethodImpl