Lines Matching refs:GetFormatManager
15 static FormatManager &GetFormatManager() { in GetFormatManager() function
20 void DataVisualization::ForceUpdate() { GetFormatManager().Changed(); } in ForceUpdate()
23 return GetFormatManager().GetCurrentRevision(); in GetCurrentRevision()
27 return GetFormatManager().ShouldPrintAsOneLiner(valobj); in ShouldPrintAsOneLiner()
33 return GetFormatManager().GetFormat(valobj, use_dynamic); in GetFormat()
38 return GetFormatManager().GetFormatForType(type_sp); in GetFormatForType()
44 return GetFormatManager().GetSummaryFormat(valobj, use_dynamic); in GetSummaryFormat()
49 return GetFormatManager().GetSummaryForType(type_sp); in GetSummaryForType()
55 return GetFormatManager().GetSyntheticChildren(valobj, use_dynamic); in GetSyntheticChildren()
60 return GetFormatManager().GetFilterForType(type_sp); in GetFilterForType()
65 return GetFormatManager().GetSyntheticForType(type_sp); in GetSyntheticForType()
73 return GetFormatManager().AnyMatches(candidate_type, items, only_enabled, in AnyMatches()
80 entry = GetFormatManager().GetCategory(category, allow_create); in GetCategory()
87 GetFormatManager().GetCategoryForLanguage(language)) in GetCategory()
93 GetFormatManager().GetCategory(category); in Add()
97 GetFormatManager().DisableCategory(category); in Delete()
98 return GetFormatManager().DeleteCategory(category); in Delete()
102 GetFormatManager().ClearCategories(); in Clear()
106 GetFormatManager().GetCategory(category)->Clear(eFormatCategoryItemSummary); in Clear()
111 if (GetFormatManager().GetCategory(category)->IsEnabled()) in Enable()
112 GetFormatManager().DisableCategory(category); in Enable()
113 GetFormatManager().EnableCategory(category, pos, {}); in Enable()
118 GetFormatManager().GetCategoryForLanguage(lang_type)) in Enable()
123 if (GetFormatManager().GetCategory(category)->IsEnabled()) in Disable()
124 GetFormatManager().DisableCategory(category); in Disable()
129 GetFormatManager().GetCategoryForLanguage(lang_type)) in Disable()
137 GetFormatManager().DisableCategory(category); in Enable()
138 GetFormatManager().EnableCategory(category, pos); in Enable()
145 GetFormatManager().DisableCategory(category); in Disable()
149 GetFormatManager().EnableAllCategories(); in EnableStar()
153 GetFormatManager().DisableAllCategories(); in DisableStar()
158 GetFormatManager().ForEachCategory(callback); in ForEach()
162 return GetFormatManager().GetCategoriesCount(); in GetCount()
167 return GetFormatManager().GetCategoryAtIndex(index); in GetCategoryAtIndex()
172 return GetFormatManager().GetNamedSummaryContainer().GetExact(type, entry); in GetSummaryFormat()
177 GetFormatManager().GetNamedSummaryContainer().Add(type, entry); in Add()
181 return GetFormatManager().GetNamedSummaryContainer().Delete(type); in Delete()
185 GetFormatManager().GetNamedSummaryContainer().Clear(); in Clear()
191 GetFormatManager().GetNamedSummaryContainer().ForEach(callback); in ForEach()
195 return GetFormatManager().GetNamedSummaryContainer().GetCount(); in GetCount()