Lines Matching refs:Impl
95 class IIorapImpl::Impl { class in iorap::binder::IIorapImpl
98 explicit EventManagerTaskCallbacks(iorap::borrowed<IIorapImpl::Impl*> impl) { in EventManagerTaskCallbacks()
112 iorap::borrowed<IIorapImpl::Impl*> impl_;
116 ~Impl() { in ~Impl()
284 …Impl(ServiceParams p) : service_params_{std::move(p)}, event_manager_callbacks_{new EventManagerTa… in Impl() function in iorap::binder::IIorapImpl::Impl
317 using Impl = IIorapImpl::Impl; typedef
324 impl_.reset(new Impl(std::move(s_service_params_))); in IIorapImpl()
394 Impl* self, in SendArgs()
407 Status SendArgs(const char* function_name, Impl* self, Args&&... rest) { in SendArgs()
417 Impl* self, in SendArgs()
442 Impl* self, in SendArgs()
459 Impl* self, in SendArgs()