Searched refs:m_maxSet (Results 1 – 1 of 1) sorted by relevance
44 m_maxSet = std::max(m_maxSet, idx + 1); in set()58 if (m_maxSet) in clear()60 size_t num_words = (m_maxSet + BITS_OFFSET) / BITS_PER_WORD; in clear()62 m_maxSet = 0; in clear()71 size_t m_maxSet = 0; member