Searched defs:IsGroup (Results 1 – 4 of 4) sorted by relevance
14 bool IsGroup() const { return m_bGroup; } in IsGroup() function
88 IsGroup = 1 << 10 // If set, descriptor represents a group. enumerator
109 IsGroup = 1 << 10, // If set, descriptor represents a group. enumerator
66 constexpr bool IsGroup() const { return GetNameSize(1) > 0; } in IsGroup() function