Searched defs:GetSelf (Results 1 – 1 of 1) sorted by relevance
58 Self& GetSelf() { return static_cast<Self&>(*this); } in GetSelf() function59 const Self& GetSelf() const { return static_cast<const Self&>(*this); } in GetSelf() function