HomeSort by relevance Sort by last modified time
    Searched refs:GetValueNavigator (Results 1 - 2 of 2) sorted by null

  /external/lldb/source/DataFormatters/
DataVisualization.cpp 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();
92 return GetFormatManager().GetValueNavigator().GetTypeNameSpecifierAtIndex(index);
98 return GetFormatManager().GetValueNavigator().GetAtIndex(index);
  /external/lldb/include/lldb/DataFormatters/
FormatManager.h 46 GetValueNavigator ()

Completed in 365 milliseconds