Searched refs:CtxImpl (Results 1 – 6 of 6) sorted by relevance
25 CtxImpl ctx; in TEST()35 CtxImpl ctx; in TEST()44 CtxImpl ctx; in TEST()51 CtxImpl ctx; in TEST()60 CtxImpl ctx; in TEST()
26 class CtxImpl; variable85 const CtxImpl& impl() const;86 CtxImpl* mutable_impl();
34 const CtxImpl& Ctx::impl() const { return static_cast<const CtxImpl&>(*this); } in impl()35 CtxImpl* Ctx::mutable_impl() { return static_cast<CtxImpl*>(this); } in mutable_impl()
26 class CtxImpl; variable94 CtxImpl* const impl_;
56 class CtxImpl final : public Ctx {
28 Context::Context() : impl_(new CtxImpl) {} in Context()