Lines Matching refs:GetFormatManager
25 GetFormatManager() in GetFormatManager() function
34 GetFormatManager().Changed(); in ForceUpdate()
40 return GetFormatManager().GetCurrentRevision(); in GetCurrentRevision()
47 GetFormatManager().GetValueNavigator().Get(valobj, entry, use_dynamic); in GetFormat()
55 GetFormatManager().GetValueNavigator().Get(type, entry); in GetFormat()
62 GetFormatManager().GetValueNavigator().Add(FormatManager::GetValidTypeName(type),entry); in Add()
68 return GetFormatManager().GetValueNavigator().Delete(type); in Delete()
74 GetFormatManager().GetValueNavigator().Clear(); in Clear()
80 GetFormatManager().GetValueNavigator().LoopThrough(callback, callback_baton); in LoopThrough()
86 return GetFormatManager().GetValueNavigator().GetCount(); in GetCount()
92 return GetFormatManager().GetValueNavigator().GetTypeNameSpecifierAtIndex(index); in GetTypeNameSpecifierForFormatAtIndex()
98 return GetFormatManager().GetValueNavigator().GetAtIndex(index); in GetFormatAtIndex()
105 return GetFormatManager().GetSummaryFormat(valobj, use_dynamic); in GetSummaryFormat()
111 return GetFormatManager().GetSummaryForType(type_sp); in GetSummaryForType()
119 return GetFormatManager().GetSyntheticChildren(valobj, use_dynamic); in GetSyntheticChildren()
127 return GetFormatManager().GetSyntheticChildrenForType(type_sp); in GetSyntheticChildrenForType()
134 return GetFormatManager().GetFilterForType(type_sp); in GetFilterForType()
141 return GetFormatManager().GetSyntheticForType(type_sp); in GetSyntheticForType()
152 return GetFormatManager().AnyMatches(type_name, in AnyMatches()
163 entry = GetFormatManager().GetCategory(category, allow_create); in GetCategory()
170 GetFormatManager().GetCategory(category); in Add()
176 GetFormatManager().DisableCategory(category); in Delete()
177 return GetFormatManager().DeleteCategory(category); in Delete()
183 GetFormatManager().ClearCategories(); in Clear()
189 …GetFormatManager().GetCategory(category)->Clear(eFormatCategoryItemSummary | eFormatCategoryItemRe… in Clear()
196 if (GetFormatManager().GetCategory(category)->IsEnabled()) in Enable()
197 GetFormatManager().DisableCategory(category); in Enable()
198 GetFormatManager().EnableCategory(category, pos); in Enable()
204 if (GetFormatManager().GetCategory(category)->IsEnabled() == true) in Disable()
205 GetFormatManager().DisableCategory(category); in Disable()
215 GetFormatManager().DisableCategory(category); in Enable()
216 GetFormatManager().EnableCategory(category, pos); in Enable()
224 GetFormatManager().DisableCategory(category); in Disable()
230 GetFormatManager().LoopThroughCategories(callback, callback_baton); in LoopThrough()
236 return GetFormatManager().GetCategoriesCount(); in GetCount()
242 return GetFormatManager().GetCategoryAtIndex(index); in GetCategoryAtIndex()
248 return GetFormatManager().GetNamedSummaryNavigator().Get(type,entry); in GetSummaryFormat()
254 GetFormatManager().GetNamedSummaryNavigator().Add(FormatManager::GetValidTypeName(type),entry); in Add()
260 return GetFormatManager().GetNamedSummaryNavigator().Delete(type); in Delete()
266 GetFormatManager().GetNamedSummaryNavigator().Clear(); in Clear()
272 GetFormatManager().GetNamedSummaryNavigator().LoopThrough(callback, callback_baton); in LoopThrough()
278 return GetFormatManager().GetNamedSummaryNavigator().GetCount(); in GetCount()