Home
last modified time | relevance | path

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

/external/lldb/source/DataFormatters/
DFormatManager.cpp175 for (uint32_t category_id = 0; in GetSummaryForType() local
176 category_id < num_categories; in GetSummaryForType()
177 category_id++) in GetSummaryForType()
179 category_sp = GetCategoryAtIndex(category_id); in GetSummaryForType()
201 for (uint32_t category_id = 0; in GetFilterForType() local
202 category_id < num_categories; in GetFilterForType()
203 category_id++) in GetFilterForType()
205 category_sp = GetCategoryAtIndex(category_id); in GetFilterForType()
228 for (uint32_t category_id = 0; in GetSyntheticForType() local
229 category_id < num_categories; in GetSyntheticForType()
[all …]