Searched defs:summary_current_sp (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/DataFormatters/
H A DFormatManager.cpp182 lldb::TypeSummaryImplSP summary_current_sp = category_sp->GetSummaryForType(type_sp); local
183 if (summary_current_sp && (summary_chosen_sp.get() == NULL || (prio_category > category_sp->GetEnabledPosition())))
186 summary_chosen_sp = summary_current_sp;

Completed in 254 milliseconds