Home
last modified time | relevance | path

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

/external/lldb/source/DataFormatters/
DFormatManager.cpp174 uint32_t prio_category = UINT32_MAX; in GetSummaryForType() local
183 …if (summary_current_sp && (summary_chosen_sp.get() == NULL || (prio_category > category_sp->GetEna… in GetSummaryForType()
185 prio_category = category_sp->GetEnabledPosition(); in GetSummaryForType()
200 uint32_t prio_category = UINT32_MAX; in GetFilterForType() local
209 …if (filter_current_sp && (filter_chosen_sp.get() == NULL || (prio_category > category_sp->GetEnabl… in GetFilterForType()
211 prio_category = category_sp->GetEnabledPosition(); in GetFilterForType()
227 uint32_t prio_category = UINT32_MAX; in GetSyntheticForType() local
236 …if (synth_current_sp && (synth_chosen_sp.get() == NULL || (prio_category > category_sp->GetEnabled… in GetSyntheticForType()
238 prio_category = category_sp->GetEnabledPosition(); in GetSyntheticForType()