HomeSort by relevance Sort by last modified time
    Searched defs:category_sp (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/DataFormatters/
TypeCategoryMap.cpp 192 lldb::TypeCategoryImplSP category_sp = *begin; local
195 log->Printf("\n[CategoryMap::GetSummaryFormat] Trying to use category %s", category_sp->GetName());
196 if (!category_sp->Get(valobj, current_format, use_dynamic, &reason_why))
220 lldb::TypeCategoryImplSP category_sp = *begin; local
223 log->Printf("\n[CategoryMap::GetSyntheticChildren] Trying to use category %s", category_sp->GetName());
224 if (!category_sp->Get(valobj, current_format, use_dynamic, &reason_why))
FormatManager.cpp 173 lldb::TypeCategoryImplSP category_sp; local
179 category_sp = GetCategoryAtIndex(category_id);
180 if (category_sp->IsEnabled() == false)
182 lldb::TypeSummaryImplSP summary_current_sp = category_sp->GetSummaryForType(type_sp);
183 if (summary_current_sp && (summary_chosen_sp.get() == NULL || (prio_category > category_sp->GetEnabledPosition())))
185 prio_category = category_sp->GetEnabledPosition();
199 lldb::TypeCategoryImplSP category_sp; local
205 category_sp = GetCategoryAtIndex(category_id);
206 if (category_sp->IsEnabled() == false)
208 lldb::TypeFilterImplSP filter_current_sp((TypeFilterImpl*)category_sp->GetFilterForType(type_sp).get())
226 lldb::TypeCategoryImplSP category_sp; local
    [all...]
  /external/lldb/source/Commands/
CommandObjectType.cpp 1985 lldb::TypeCategoryImplSP category_sp = DataVisualization::Categories::GetCategoryAtIndex(i); local
2148 lldb::TypeCategoryImplSP category_sp = DataVisualization::Categories::GetCategoryAtIndex(i); local
    [all...]

Completed in 229 milliseconds