Home
last modified time | relevance | path

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

/external/lldb/source/DataFormatters/
DFormatManager.cpp183 …ent_sp && (summary_chosen_sp.get() == NULL || (prio_category > category_sp->GetEnabledPosition()))) in GetSummaryForType()
185 prio_category = category_sp->GetEnabledPosition(); in GetSummaryForType()
209 …rent_sp && (filter_chosen_sp.get() == NULL || (prio_category > category_sp->GetEnabledPosition()))) in GetFilterForType()
211 prio_category = category_sp->GetEnabledPosition(); in GetFilterForType()
236 …rrent_sp && (synth_chosen_sp.get() == NULL || (prio_category > category_sp->GetEnabledPosition()))) in GetSyntheticForType()
238 prio_category = category_sp->GetEnabledPosition(); in GetSyntheticForType()
/external/lldb/include/lldb/DataFormatters/
DTypeCategory.h140 GetEnabledPosition() in GetEnabledPosition() function