Home
last modified time | relevance | path

Searched refs:FormatNavigator (Results 1 – 5 of 5) sorted by relevance

/external/lldb/include/lldb/DataFormatters/
DTypeCategory.h28 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>; variable
217 friend class FormatNavigator<lldb::RegularExpressionSP, TypeSummaryImpl>; variable
219 friend class FormatNavigator<ConstString, TypeFilterImpl>; variable
220 friend class FormatNavigator<lldb::RegularExpressionSP, TypeFilterImpl>; variable
[all …]
DFormatNavigator.h104 class FormatNavigator; variable
243 friend class FormatNavigator<KeyType, ValueType>; variable
249 class FormatNavigator
260 typedef typename std::shared_ptr<FormatNavigator<KeyType, ValueType> > SharedPointer;
264 FormatNavigator(std::string name, in FormatNavigator() function
350 DISALLOW_COPY_AND_ASSIGN(FormatNavigator);
DTypeCategoryMap.h143 friend class FormatNavigator<KeyType, ValueType>; variable
DFormatManager.h35 typedef FormatNavigator<ConstString, TypeFormatImpl> ValueNavigator;
/external/lldb/lldb.xcodeproj/
Dproject.pbxproj1610FormatNavigator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = FormatN…
3417 94CB256316B069800059775D /* FormatNavigator.h */,