HomeSort by relevance Sort by last modified time
    Searched full:getformatmanager (Results 1 - 1 of 1) sorted by null

  /external/lldb/source/DataFormatters/
DataVisualization.cpp 25 GetFormatManager()
34 GetFormatManager().Changed();
40 return GetFormatManager().GetCurrentRevision();
47 GetFormatManager().GetValueNavigator().Get(valobj, entry, use_dynamic);
55 GetFormatManager().GetValueNavigator().Get(type, entry);
62 GetFormatManager().GetValueNavigator().Add(FormatManager::GetValidTypeName(type),entry);
68 return GetFormatManager().GetValueNavigator().Delete(type);
74 GetFormatManager().GetValueNavigator().Clear();
80 GetFormatManager().GetValueNavigator().LoopThrough(callback, callback_baton);
86 return GetFormatManager().GetValueNavigator().GetCount()
    [all...]

Completed in 323 milliseconds