Searched refs:SyntheticChildrenFrontEnd (Results 1 – 14 of 14) sorted by relevance
/external/lldb/include/lldb/DataFormatters/ |
D | CXXFormatterFunctions.h | 84 …SyntheticChildrenFrontEnd* ObjCClassSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueOb… 174 class NSArrayMSyntheticFrontEnd : public SyntheticChildrenFrontEnd 226 class NSArrayISyntheticFrontEnd : public SyntheticChildrenFrontEnd 257 class NSArrayCodeRunningSyntheticFrontEnd : public SyntheticChildrenFrontEnd 281 …SyntheticChildrenFrontEnd* NSArraySyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueObje… 283 class NSDictionaryISyntheticFrontEnd : public SyntheticChildrenFrontEnd 335 class NSDictionaryMSyntheticFrontEnd : public SyntheticChildrenFrontEnd 392 class NSDictionaryCodeRunningSyntheticFrontEnd : public SyntheticChildrenFrontEnd 416 …SyntheticChildrenFrontEnd* NSDictionarySyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::Valu… 418 class NSSetISyntheticFrontEnd : public SyntheticChildrenFrontEnd [all …]
|
D | TypeSynthetic.h | 32 class SyntheticChildrenFrontEnd 38 SyntheticChildrenFrontEnd (ValueObject &backend) : in SyntheticChildrenFrontEnd() function 43 ~SyntheticChildrenFrontEnd () in ~SyntheticChildrenFrontEnd() 71 typedef std::shared_ptr<SyntheticChildrenFrontEnd> SharedPointer; 72 typedef std::unique_ptr<SyntheticChildrenFrontEnd> AutoPointer; 75 DISALLOW_COPY_AND_ASSIGN(SyntheticChildrenFrontEnd); 247 virtual SyntheticChildrenFrontEnd::AutoPointer 358 class FrontEnd : public SyntheticChildrenFrontEnd 366 SyntheticChildrenFrontEnd(backend), in FrontEnd() 418 typedef std::shared_ptr<SyntheticChildrenFrontEnd> SharedPointer; [all …]
|
/external/lldb/source/DataFormatters/ |
D | LibCxx.cpp | 30 SyntheticChildrenFrontEnd(*valobj_sp.get()), in LibcxxVectorBoolSyntheticFrontEnd() 164 SyntheticChildrenFrontEnd* 191 SyntheticChildrenFrontEnd(*valobj_sp.get()), in LibCxxMapIteratorSyntheticFrontEnd() 262 SyntheticChildrenFrontEnd* 279 SyntheticChildrenFrontEnd* 291 SyntheticChildrenFrontEnd(*valobj_sp.get()), in LibcxxSharedPtrSyntheticFrontEnd() 397 SyntheticChildrenFrontEnd* 406 SyntheticChildrenFrontEnd(*valobj_sp.get()), in LibcxxStdVectorSyntheticFrontEnd() 500 SyntheticChildrenFrontEnd*
|
D | LibStdcpp.cpp | 29 SyntheticChildrenFrontEnd(*valobj_sp.get()), in LibstdcppVectorBoolSyntheticFrontEnd() 189 SyntheticChildrenFrontEnd* 209 SyntheticChildrenFrontEnd(*valobj_sp.get()), in LibstdcppMapIteratorSyntheticFrontEnd() 305 SyntheticChildrenFrontEnd* 322 SyntheticChildrenFrontEnd*
|
D | NSArray.cpp | 93 SyntheticChildrenFrontEnd(*valobj_sp.get()), in NSArrayMSyntheticFrontEnd() 202 SyntheticChildrenFrontEnd (*valobj_sp.get()), in NSArrayISyntheticFrontEnd() 287 SyntheticChildrenFrontEnd* lldb_private::formatters::NSArraySyntheticFrontEndCreator (CXXSyntheticC… in NSArraySyntheticFrontEndCreator() 329 SyntheticChildrenFrontEnd(*valobj_sp.get()) in NSArrayCodeRunningSyntheticFrontEnd()
|
D | NSSet.cpp | 112 SyntheticChildrenFrontEnd* lldb_private::formatters::NSSetSyntheticFrontEndCreator (CXXSyntheticChi… in NSSetSyntheticFrontEndCreator() 158 SyntheticChildrenFrontEnd(*valobj_sp.get()), in NSSetISyntheticFrontEnd() 300 SyntheticChildrenFrontEnd(*valobj_sp.get()), in NSSetMSyntheticFrontEnd() 443 SyntheticChildrenFrontEnd(*valobj_sp.get()), in NSOrderedSetSyntheticFrontEnd()
|
D | NSDictionary.cpp | 154 SyntheticChildrenFrontEnd* lldb_private::formatters::NSDictionarySyntheticFrontEndCreator (CXXSynth… in NSDictionarySyntheticFrontEndCreator() 197 SyntheticChildrenFrontEnd(*valobj_sp.get()) in NSDictionaryCodeRunningSyntheticFrontEnd() 250 SyntheticChildrenFrontEnd(*valobj_sp.get()), in NSDictionaryISyntheticFrontEnd() 412 SyntheticChildrenFrontEnd(*valobj_sp.get()), in NSDictionaryMSyntheticFrontEnd()
|
D | LibCxxList.cpp | 146 SyntheticChildrenFrontEnd(*valobj_sp.get()), in LibcxxStdListSyntheticFrontEnd() 303 SyntheticChildrenFrontEnd*
|
D | TypeSynthetic.cpp | 69 SyntheticChildrenFrontEnd(backend), in FrontEnd()
|
D | LibCxxMap.cpp | 241 SyntheticChildrenFrontEnd(*valobj_sp.get()), in LibcxxStdMapSyntheticFrontEnd() 403 SyntheticChildrenFrontEnd*
|
D | CXXFormatterFunctions.cpp | 808 class ObjCClassSyntheticChildrenFrontEnd : public SyntheticChildrenFrontEnd 812 SyntheticChildrenFrontEnd(*valobj_sp.get()) in ObjCClassSyntheticChildrenFrontEnd() 852 SyntheticChildrenFrontEnd* 1275 SyntheticChildrenFrontEnd(*valobj_sp.get()), in VectorIteratorSyntheticFrontEnd()
|
/external/lldb/source/Core/ |
D | ValueObjectSyntheticFilter.cpp | 23 class DummySyntheticFrontEnd : public SyntheticChildrenFrontEnd 27 SyntheticChildrenFrontEnd(backend) in DummySyntheticFrontEnd()
|
/external/lldb/include/lldb/Core/ |
D | ValueObjectSyntheticFilter.h | 151 std::unique_ptr<SyntheticChildrenFrontEnd> m_synth_filter_ap;
|
/external/lldb/include/lldb/ |
D | lldb-forward.h | 206 class SyntheticChildrenFrontEnd; variable 347 typedef std::shared_ptr<lldb_private::SyntheticChildrenFrontEnd> SyntheticChildrenFrontEndSP;
|