Searched refs:impl_ (Results 1 – 11 of 11) sorted by relevance
28 Context::Context() : impl_(new CtxImpl) {} in Context()29 Context::~Context() { delete impl_; } in ~Context()31 const Ctx& Context::ctx() const { return static_cast<const Ctx&>(*impl_); } in ctx()32 Ctx* Context::mutable_ctx() { return static_cast<Ctx*>(impl_); } in mutable_ctx()
23 return static_cast<const Ctx*>(context->impl_); in get_ctx()25 Ctx* get_ctx(Context* context) { return static_cast<Ctx*>(context->impl_); } in get_ctx()
94 CtxImpl* const impl_;
206 WebPWorkerImpl* const impl = (WebPWorkerImpl*)worker->impl_; in ThreadLoop()231 WebPWorkerImpl* const impl = (WebPWorkerImpl*)worker->impl_; in ChangeState()273 worker->impl_ = (void*)impl; in Reset()274 if (worker->impl_ == NULL) { in Reset()293 worker->impl_ = NULL; in Reset()322 if (worker->impl_ != NULL) { in End()323 WebPWorkerImpl* const impl = (WebPWorkerImpl*)worker->impl_; in End()329 worker->impl_ = NULL; in End()333 assert(worker->impl_ == NULL); in End()
40 void* impl_; // platform-dependent implementation worker details member
42 context_.impl_ = static_cast<void*>(this); in KernelRunner()79 KernelRunner* runner = reinterpret_cast<KernelRunner*>(context->impl_); in GetTensor()88 KernelRunner* runner = reinterpret_cast<KernelRunner*>(context->impl_); in GetEvalTensor()107 KernelRunner* runner = reinterpret_cast<KernelRunner*>(context->impl_); in AllocatePersistentBuffer()119 KernelRunner* runner = reinterpret_cast<KernelRunner*>(context->impl_); in RequestScratchBufferInArena()142 KernelRunner* runner = reinterpret_cast<KernelRunner*>(context->impl_); in GetScratchBuffer()
79 context_.impl_ = static_cast<void*>(this); in Init()314 return reinterpret_cast<MicroInterpreter*>(ctx->impl_) in AllocatePersistentBuffer()322 reinterpret_cast<MicroInterpreter*>(ctx->impl_); in RequestScratchBufferInArena()329 reinterpret_cast<MicroInterpreter*>(ctx->impl_); in GetScratchBuffer()339 static_cast<MicroInterpreter*>(context->impl_); in ReportOpError()350 static_cast<MicroInterpreter*>(context->impl_); in GetTensor()359 reinterpret_cast<MicroInterpreter*>(context->impl_); in GetEvalTensor()368 reinterpret_cast<MicroInterpreter*>(context->impl_); in GetGraph()
977 ErrorReporter* error_reporter = static_cast<ErrorReporter*>(context->impl_); in ReportOpError()
80 std::string impl_;112 std::string impl_;
41 impl_(impl), in SymmetricCipher()118 impl_(impl), in AsymmetricCipher()
685 void* impl_; member
Completed in 18 milliseconds