Searched refs:matching_category (Results 1 – 7 of 7) sorted by relevance
/external/lldb/source/DataFormatters/ |
D | TypeCategory.cpp | 185 const char** matching_category, in AnyMatches() argument 201 if (matching_category) in AnyMatches() 202 *matching_category = m_name.GetCString(); in AnyMatches() 212 if (matching_category) in AnyMatches() 213 *matching_category = m_name.GetCString(); in AnyMatches() 223 if (matching_category) in AnyMatches() 224 *matching_category = m_name.GetCString(); in AnyMatches() 234 if (matching_category) in AnyMatches() 235 *matching_category = m_name.GetCString(); in AnyMatches() 246 if (matching_category) in AnyMatches() [all …]
|
D | DataVisualization.cpp | 149 const char** matching_category, in AnyMatches() argument 155 matching_category, in AnyMatches()
|
D | TypeCategoryMap.cpp | 161 const char** matching_category, in AnyMatches() argument 172 matching_category, in AnyMatches()
|
/external/lldb/include/lldb/DataFormatters/ |
D | FormatManager.h | 158 const char** matching_category = NULL, 164 matching_category,
|
D | TypeCategoryMap.h | 88 const char** matching_category = NULL,
|
D | DataVisualization.h | 100 const char** matching_category = NULL,
|
D | TypeCategory.h | 180 const char** matching_category = NULL,
|