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

/external/lldb/source/DataFormatters/
H A DDataVisualization.cpp148 bool only_enabled,
154 only_enabled,
146 AnyMatches(ConstString type_name, TypeCategoryImpl::FormatCategoryItems items, bool only_enabled, const char** matching_category, TypeCategoryImpl::FormatCategoryItems* matching_type) argument
H A DTypeCategoryMap.cpp160 bool only_enabled,
171 only_enabled,
158 AnyMatches(ConstString type_name, TypeCategoryImpl::FormatCategoryItems items, bool only_enabled, const char** matching_category, TypeCategoryImpl::FormatCategoryItems* matching_type) argument
H A DTypeCategory.cpp184 bool only_enabled,
188 if (!IsEnabled() && only_enabled)
182 AnyMatches(ConstString type_name, FormatCategoryItems items, bool only_enabled, const char** matching_category, FormatCategoryItems* matching_type) argument

Completed in 64 milliseconds