Searched refs:FullMethodName (Results 1 – 1 of 1) sorted by relevance
27 #define DEBUG_FUNC() constexpr static FullMethodName __kFullNameObj__ = \28 FullMethodName{ __PRETTY_FUNCTION__ }; \33 constexpr static FullMethodName __kFullNameObj__{__PRETTY_FUNCTION__}; \95 class FullMethodName {97 constexpr FullMethodName(const std::string_view prettyName) : mBuf() { in FullMethodName() function