Searched refs:eTypeClassMethod (Results 1 – 2 of 2) sorted by relevance
29 enum Type { eTypeUnspecified, eTypeClassMethod, eTypeInstanceMethod }; enumerator
96 m_type = eTypeClassMethod; in SetName()211 if (m_type == eTypeClassMethod) in GetFullNameWithoutCategory()234 const bool is_class_method = m_type == eTypeClassMethod; in GetFullNames()