Lines Matching refs:m_set
120 NameToDIE &result = m_set.*index; in Index()
390 m_set.globals.Find(basename, in GetGlobalVariables()
398 m_set.globals.Find(regex, DIERefCallback(callback, regex.GetText())); in GetGlobalVariables()
404 m_set.globals.FindAllEntriesForUnit(unit, DIERefCallback(callback)); in GetGlobalVariables()
410 m_set.objc_class_selectors.Find( in GetObjCMethods()
418 m_set.types.Find(class_name, in GetCompleteObjCClass()
425 m_set.types.Find(name, DIERefCallback(callback, name.GetStringRef())); in GetTypes()
433 m_set.types.Find(ConstString(name), in GetTypes()
440 m_set.namespaces.Find(name, DIERefCallback(callback, name.GetStringRef())); in GetNamespaces()
452 if (!m_set.function_fullnames.Find( in GetFunctions()
464 if (!m_set.function_basenames.Find( in GetFunctions()
477 if (!m_set.function_methods.Find( in GetFunctions()
484 if (!m_set.function_selectors.Find( in GetFunctions()
495 if (!m_set.function_basenames.Find(regex, in GetFunctions()
498 if (!m_set.function_fullnames.Find(regex, in GetFunctions()
508 m_set.function_basenames.Dump(&s); in Dump()
510 m_set.function_fullnames.Dump(&s); in Dump()
512 m_set.function_methods.Dump(&s); in Dump()
514 m_set.function_selectors.Dump(&s); in Dump()
516 m_set.objc_class_selectors.Dump(&s); in Dump()
518 m_set.globals.Dump(&s); in Dump()
520 m_set.types.Dump(&s); in Dump()
522 m_set.namespaces.Dump(&s); in Dump()
675 m_set = std::move(set); in Decode()
683 m_set.Encode(encoder); in Encode()