Searched defs:matching_category (Results 1 - 3 of 3) sorted by relevance
/external/lldb/source/DataFormatters/ |
H A D | DataVisualization.cpp | 149 const char** matching_category, 155 matching_category, 146 AnyMatches(ConstString type_name, TypeCategoryImpl::FormatCategoryItems items, bool only_enabled, const char** matching_category, TypeCategoryImpl::FormatCategoryItems* matching_type) argument
|
H A D | TypeCategoryMap.cpp | 161 const char** matching_category, 172 matching_category, 158 AnyMatches(ConstString type_name, TypeCategoryImpl::FormatCategoryItems items, bool only_enabled, const char** matching_category, TypeCategoryImpl::FormatCategoryItems* matching_type) argument
|
H A D | TypeCategory.cpp | 185 const char** matching_category, 201 if (matching_category) 202 *matching_category = m_name.GetCString(); 212 if (matching_category) 213 *matching_category = m_name.GetCString(); 223 if (matching_category) 224 *matching_category = m_name.GetCString(); 234 if (matching_category) 235 *matching_category = m_name.GetCString(); 246 if (matching_category) 182 AnyMatches(ConstString type_name, FormatCategoryItems items, bool only_enabled, const char** matching_category, FormatCategoryItems* matching_type) argument [all...] |
Completed in 133 milliseconds