Lines Matching refs:Impl
32 template <typename Impl>42 Impl* impl() { return static_cast<Impl*>(this); }43 const Impl* impl() const { return static_cast<const Impl*>(this); }76 template <typename Impl>87 Impl* impl() { return static_cast<Impl*>(this); }88 const Impl* impl() const { return static_cast<const Impl*>(this); }