Searched refs:m_categories_map (Results 1 – 2 of 2) sorted by relevance
/external/lldb/include/lldb/DataFormatters/ |
D | FormatManager.h | 61 m_categories_map.Enable(category_name, 68 m_categories_map.Disable(category_name); in DisableCategory() 75 m_categories_map.Enable(category, 82 m_categories_map.Disable(category); in DisableCategory() 88 return m_categories_map.Delete(category_name); in DeleteCategory() 94 return m_categories_map.Clear(); in ClearCategories() 100 return m_categories_map.GetCount(); in GetCategoriesCount() 106 return m_categories_map.GetAtIndex(index); in GetCategoryAtIndex() 112 m_categories_map.LoopThrough(callback, param); in LoopThroughCategories() 161 return m_categories_map.AnyMatches(type_name, [all …]
|
/external/lldb/source/DataFormatters/ |
D | FormatManager.cpp | 172 uint32_t num_categories = m_categories_map.GetCount(); in GetSummaryForType() 198 uint32_t num_categories = m_categories_map.GetCount(); in GetFilterForType() 225 uint32_t num_categories = m_categories_map.GetCount(); in GetSyntheticForType() 268 if (m_categories_map.Get(category_name, category)) in GetCategory() 274 …m_categories_map.Add(category_name,lldb::TypeCategoryImplSP(new TypeCategoryImpl(this, category_na… in GetCategory() 361 retval = m_categories_map.GetSummaryFormat(valobj, use_dynamic); in GetSummaryFormat() 398 retval = m_categories_map.GetSyntheticChildren(valobj, use_dynamic); in GetSyntheticChildren() 416 m_categories_map(this), in FormatManager()
|