Searched refs:m_match_set (Results 1 – 2 of 2) sorted by relevance
677 m_match_set.insert (func_name); in SearchCallback()688 collection::iterator pos = m_match_set.begin(), end = m_match_set.end(); in DoCompletion()689 for (pos = m_match_set.begin(); pos != end; pos++) in DoCompletion()
296 collection m_match_set; variable