Searched refs:Impl (Results 1 – 5 of 5) sorted by relevance
81 class IIorapImpl::Impl { class in iorap::binder::IIorapImpl144 Impl(ServiceParams p) : service_params_{std::move(p)} { in Impl() function in iorap::binder::IIorapImpl::Impl151 using Impl = IIorapImpl::Impl; typedef158 impl_.reset(new Impl(std::move(s_service_params_))); in IIorapImpl()216 Impl* self, in SendArgs()229 Status SendArgs(const char* function_name, Impl* self, Args&&... rest) { in SendArgs()239 Impl* self, in SendArgs()
60 class Impl; variable66 std::unique_ptr<Impl> impl_;
48 class Impl; variable50 std::unique_ptr<Impl> impl_;
390 class EventManager::Impl { class in iorap::manager::EventManager392 Impl(/*borrow*/perfetto::RxProducerFactory& perfetto_factory) in Impl() function in iorap::manager::EventManager::Impl471 using Impl = EventManager::Impl; typedef474 : impl_(new Impl(perfetto_factory)) {} in EventManager()
131 template <typename Impl> class HMac {135 return Impl::hmac256(key, {data...}); in hmac256()