Home
last modified time | relevance | path

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

/external/lldb/source/DataFormatters/
DDataVisualization.cpp240 DataVisualization::Categories::GetCategoryAtIndex (size_t index) in GetCategoryAtIndex() function in DataVisualization::Categories
242 return GetFormatManager().GetCategoryAtIndex(index); in GetCategoryAtIndex()
DFormatManager.cpp179 category_sp = GetCategoryAtIndex(category_id); in GetSummaryForType()
205 category_sp = GetCategoryAtIndex(category_id); in GetFilterForType()
232 category_sp = GetCategoryAtIndex(category_id); in GetSyntheticForType()
/external/lldb/include/lldb/DataFormatters/
DDataVisualization.h167 GetCategoryAtIndex (size_t);
DFormatManager.h104 GetCategoryAtIndex (size_t index) in GetCategoryAtIndex() function
/external/lldb/scripts/Python/interface/
DSBDebugger.i353 GetCategoryAtIndex (uint32_t);
/external/lldb/include/lldb/API/
DSBDebugger.h287 GetCategoryAtIndex (uint32_t);
/external/lldb/source/API/
DSBDebugger.cpp1193 SBDebugger::GetCategoryAtIndex (uint32_t index) in GetCategoryAtIndex() function in SBDebugger
1195 return SBTypeCategory(DataVisualization::Categories::GetCategoryAtIndex(index)); in GetCategoryAtIndex()
/external/lldb/source/Commands/
DCommandObjectType.cpp1985 … lldb::TypeCategoryImplSP category_sp = DataVisualization::Categories::GetCategoryAtIndex(i); in DoExecute()
2148 … lldb::TypeCategoryImplSP category_sp = DataVisualization::Categories::GetCategoryAtIndex(i); in DoExecute()
/external/lldb/www/python_reference/
Dapi-objects.txt2783 lldb.SBDebugger.GetCategoryAtIndex lldb.SBDebugger-class.html#GetCategoryAtIndex