Searched defs:AnyMatches (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/DataFormatters/
H A DDataVisualization.cpp146 DataVisualization::AnyMatches (ConstString type_name, function in class:DataVisualization
152 return GetFormatManager().AnyMatches(type_name,
H A DTypeCategoryMap.cpp158 TypeCategoryMap::AnyMatches (ConstString type_name, function in class:TypeCategoryMap
169 if (pos->second->AnyMatches(type_name,
H A DTypeCategory.cpp182 TypeCategoryImpl::AnyMatches(ConstString type_name, function in class:TypeCategoryImpl
/external/lldb/include/lldb/DataFormatters/
H A DFormatManager.h155 AnyMatches (ConstString type_name, function in class:lldb_private::FormatManager
161 return m_categories_map.AnyMatches(type_name,

Completed in 209 milliseconds