Searched refs:m_categories_map (Results 1 – 2 of 2) sorted by relevance
65 m_categories_map.Enable(category_name,72 m_categories_map.Disable(category_name); in DisableCategory()79 m_categories_map.Enable(category,86 m_categories_map.Disable(category); in DisableCategory()92 m_categories_map.EnableAllCategories (); in EnableAllCategories()98 m_categories_map.DisableAllCategories (); in DisableAllCategories()104 return m_categories_map.Delete(category_name); in DeleteCategory()110 return m_categories_map.Clear(); in ClearCategories()116 return m_categories_map.GetCount(); in GetCategoriesCount()122 return m_categories_map.GetAtIndex(index); in GetCategoryAtIndex()[all …]
334 uint32_t num_categories = m_categories_map.GetCount(); in GetFormatForType()360 uint32_t num_categories = m_categories_map.GetCount(); in GetSummaryForType()386 uint32_t num_categories = m_categories_map.GetCount(); in GetFilterForType()413 uint32_t num_categories = m_categories_map.GetCount(); in GetSyntheticForType()455 uint32_t num_categories = m_categories_map.GetCount(); in GetValidatorForType()482 if (m_categories_map.Get(category_name, category)) in GetCategory()488 …m_categories_map.Add(category_name,lldb::TypeCategoryImplSP(new TypeCategoryImpl(this, category_na… in GetCategory()658 retval = m_categories_map.GetFormat(valobj, use_dynamic); in GetFormat()716 retval = m_categories_map.GetSummaryFormat(valobj, use_dynamic); in GetSummaryFormat()775 retval = m_categories_map.GetSyntheticChildren(valobj, use_dynamic); in GetSyntheticChildren()[all …]