Home
last modified time | relevance | path

Searched refs:GetFormatManager (Results 1 – 1 of 1) sorted by relevance

/external/lldb/source/DataFormatters/
DDataVisualization.cpp25 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()
[all …]