Searched refs:GetRegexSummaryNavigator (Results 1 - 5 of 5) sorted by relevance

/external/lldb/source/API/
H A DSBTypeCategory.cpp98 return m_opaque_sp->GetSummaryNavigator()->GetCount() + m_opaque_sp->GetRegexSummaryNavigator()->GetCount();
205 m_opaque_sp->GetRegexSummaryNavigator()->GetExact(ConstString(spec.GetName()), summary_sp);
379 m_opaque_sp->GetRegexSummaryNavigator()->Add(lldb::RegularExpressionSP(new RegularExpression(type_name.GetName())), summary.GetSP());
397 return m_opaque_sp->GetRegexSummaryNavigator()->Delete(ConstString(type_name.GetName()));
/external/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h72 GetRegexSummaryNavigator () function in class:lldb_private::TypeCategoryImpl
/external/lldb/source/DataFormatters/
H A DFormatManager.cpp455 category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())),summary_sp);
476 category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())),summary_sp);
493 category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression(type_name.AsCString())),summary_sp);
571 gnu_category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression("^std::vector<.+>(( )?&)?$")),
574 gnu_category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression("^std::map<.+> >(( )?&)?$")),
577 gnu_category_sp->GetRegexSummaryNavigator()->Add(RegularExpressionSP(new RegularExpression("^std::list<.+>(( )?&)?$")),
696 sys_category_sp->GetRegexSummaryNavigator()->Add(any_size_char_arr, string_array_format);
H A DTypeCategory.cpp48 bool regex = GetRegexSummaryNavigator()->Get(valobj, entry, use_dynamic, reason);
/external/lldb/source/Commands/
H A DCommandObjectType.cpp1377 category->GetRegexSummaryNavigator()->Delete(type_name);
1378 category->GetRegexSummaryNavigator()->Add(typeRX, entry);
1652 cate->GetRegexSummaryNavigator()->Clear();
1885 if (cate->GetRegexSummaryNavigator()->GetCount() > 0)
1888 cate->GetRegexSummaryNavigator()->LoopThrough(CommandObjectTypeRXSummaryList_LoopCallback, param_vp);

Completed in 231 milliseconds