Searched refs:FormatNavigator (Results 1 - 4 of 4) sorted by relevance
/external/lldb/include/lldb/DataFormatters/ |
H A D | TypeCategory.h | 21 #include "lldb/DataFormatters/FormatNavigator.h" 28 typedef FormatNavigator<ConstString, TypeSummaryImpl> SummaryNavigator; 29 typedef FormatNavigator<lldb::RegularExpressionSP, TypeSummaryImpl> RegexSummaryNavigator; 31 typedef FormatNavigator<ConstString, TypeFilterImpl> FilterNavigator; 32 typedef FormatNavigator<lldb::RegularExpressionSP, TypeFilterImpl> RegexFilterNavigator; 35 typedef FormatNavigator<ConstString, ScriptedSyntheticChildren> SynthNavigator; 36 typedef FormatNavigator<lldb::RegularExpressionSP, ScriptedSyntheticChildren> RegexSynthNavigator; 216 friend class FormatNavigator<ConstString, TypeSummaryImpl>; 217 friend class FormatNavigator<lldb::RegularExpressionSP, TypeSummaryImpl>; 219 friend class FormatNavigator<ConstStrin [all...] |
H A D | FormatNavigator.h | 1 //===-- FormatNavigator.h ----------------------------------------*- C++ -*-===// 104 class FormatNavigator; 243 friend class FormatNavigator<KeyType, ValueType>; 249 class FormatNavigator class in namespace:lldb_private 260 typedef typename std::shared_ptr<FormatNavigator<KeyType, ValueType> > SharedPointer; 264 FormatNavigator(std::string name, function in class:lldb_private::FormatNavigator 350 DISALLOW_COPY_AND_ASSIGN(FormatNavigator);
|
H A D | TypeCategoryMap.h | 21 #include "lldb/DataFormatters/FormatNavigator.h" 143 friend class FormatNavigator<KeyType, ValueType>;
|
H A D | FormatManager.h | 22 #include "lldb/DataFormatters/FormatNavigator.h" 35 typedef FormatNavigator<ConstString, TypeFormatImpl> ValueNavigator;
|
Completed in 68 milliseconds