Lines Matching refs:m_set
119 NameToDIE &result = m_set.*index; in Index()
359 m_set.globals.Find(basename, in GetGlobalVariables()
367 m_set.globals.Find(regex, DIERefCallback(callback, regex.GetText())); in GetGlobalVariables()
374 m_set.globals.FindAllEntriesForUnit(unit, DIERefCallback(callback)); in GetGlobalVariables()
380 m_set.objc_class_selectors.Find( in GetObjCMethods()
388 m_set.types.Find(class_name, in GetCompleteObjCClass()
395 m_set.types.Find(name, DIERefCallback(callback, name.GetStringRef())); in GetTypes()
403 m_set.types.Find(ConstString(name), in GetTypes()
410 m_set.namespaces.Find(name, DIERefCallback(callback, name.GetStringRef())); in GetNamespaces()
420 if (!m_set.function_fullnames.Find( in GetFunctions()
432 if (!m_set.function_basenames.Find( in GetFunctions()
445 if (!m_set.function_methods.Find( in GetFunctions()
452 if (!m_set.function_selectors.Find( in GetFunctions()
463 if (!m_set.function_basenames.Find(regex, in GetFunctions()
466 if (!m_set.function_fullnames.Find(regex, in GetFunctions()
476 m_set.function_basenames.Dump(&s); in Dump()
478 m_set.function_fullnames.Dump(&s); in Dump()
480 m_set.function_methods.Dump(&s); in Dump()
482 m_set.function_selectors.Dump(&s); in Dump()
484 m_set.objc_class_selectors.Dump(&s); in Dump()
486 m_set.globals.Dump(&s); in Dump()
488 m_set.types.Dump(&s); in Dump()
490 m_set.namespaces.Dump(&s); in Dump()
640 m_set = std::move(set); in Decode()
648 m_set.Encode(encoder); in Encode()