Searched refs:GetEnabledPosition (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h140 GetEnabledPosition() function in class:lldb_private::TypeCategoryImpl
/external/lldb/source/DataFormatters/
H A DFormatManager.cpp183 if (summary_current_sp && (summary_chosen_sp.get() == NULL || (prio_category > category_sp->GetEnabledPosition())))
185 prio_category = category_sp->GetEnabledPosition();
209 if (filter_current_sp && (filter_chosen_sp.get() == NULL || (prio_category > category_sp->GetEnabledPosition())))
211 prio_category = category_sp->GetEnabledPosition();
236 if (synth_current_sp && (synth_chosen_sp.get() == NULL || (prio_category > category_sp->GetEnabledPosition())))
238 prio_category = category_sp->GetEnabledPosition();

Completed in 93 milliseconds