Lines Matching refs:GetFormatManager

17 static FormatManager &GetFormatManager() {  in GetFormatManager()  function
22 void DataVisualization::ForceUpdate() { GetFormatManager().Changed(); } in ForceUpdate()
25 return GetFormatManager().GetCurrentRevision(); in GetCurrentRevision()
29 return GetFormatManager().ShouldPrintAsOneLiner(valobj); in ShouldPrintAsOneLiner()
35 return GetFormatManager().GetFormat(valobj, use_dynamic); in GetFormat()
40 return GetFormatManager().GetFormatForType(type_sp); in GetFormatForType()
46 return GetFormatManager().GetSummaryFormat(valobj, use_dynamic); in GetSummaryFormat()
51 return GetFormatManager().GetSummaryForType(type_sp); in GetSummaryForType()
58 return GetFormatManager().GetSyntheticChildren(valobj, use_dynamic); in GetSyntheticChildren()
65 return GetFormatManager().GetSyntheticChildrenForType(type_sp); in GetSyntheticChildrenForType()
71 return GetFormatManager().GetFilterForType(type_sp); in GetFilterForType()
77 return GetFormatManager().GetSyntheticForType(type_sp); in GetSyntheticForType()
84 return GetFormatManager().GetValidator(valobj, use_dynamic); in GetValidator()
89 return GetFormatManager().GetValidatorForType(type_sp); in GetValidatorForType()
96 return GetFormatManager().AnyMatches(type_name, items, only_enabled, in AnyMatches()
103 entry = GetFormatManager().GetCategory(category, allow_create); in GetCategory()
110 GetFormatManager().GetCategoryForLanguage(language)) in GetCategory()
116 GetFormatManager().GetCategory(category); in Add()
120 GetFormatManager().DisableCategory(category); in Delete()
121 return GetFormatManager().DeleteCategory(category); in Delete()
125 GetFormatManager().ClearCategories(); in Clear()
129 GetFormatManager().GetCategory(category)->Clear( in Clear()
135 if (GetFormatManager().GetCategory(category)->IsEnabled()) in Enable()
136 GetFormatManager().DisableCategory(category); in Enable()
137 GetFormatManager().EnableCategory( in Enable()
143 GetFormatManager().GetCategoryForLanguage(lang_type)) in Enable()
148 if (GetFormatManager().GetCategory(category)->IsEnabled()) in Disable()
149 GetFormatManager().DisableCategory(category); in Disable()
154 GetFormatManager().GetCategoryForLanguage(lang_type)) in Disable()
162 GetFormatManager().DisableCategory(category); in Enable()
163 GetFormatManager().EnableCategory(category, pos); in Enable()
170 GetFormatManager().DisableCategory(category); in Disable()
174 GetFormatManager().EnableAllCategories(); in EnableStar()
178 GetFormatManager().DisableAllCategories(); in DisableStar()
183 GetFormatManager().ForEachCategory(callback); in ForEach()
187 return GetFormatManager().GetCategoriesCount(); in GetCount()
192 return GetFormatManager().GetCategoryAtIndex(index); in GetCategoryAtIndex()
197 return GetFormatManager().GetNamedSummaryContainer().Get(type, entry); in GetSummaryFormat()
202 GetFormatManager().GetNamedSummaryContainer().Add( in Add()
207 return GetFormatManager().GetNamedSummaryContainer().Delete(type); in Delete()
211 GetFormatManager().GetNamedSummaryContainer().Clear(); in Clear()
217 GetFormatManager().GetNamedSummaryContainer().ForEach(callback); in ForEach()
221 return GetFormatManager().GetNamedSummaryContainer().GetCount(); in GetCount()