HomeSort by relevance Sort by last modified time
    Searched refs:SyntheticChildrenFrontEnd (Results 1 - 13 of 13) sorted by null

  /external/lldb/include/lldb/DataFormatters/
TypeSynthetic.h 32 class SyntheticChildrenFrontEnd
38 SyntheticChildrenFrontEnd (ValueObject &backend) :
43 ~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),
418 typedef std::shared_ptr<SyntheticChildrenFrontEnd> SharedPointer
    [all...]
CXXFormatterFunctions.h 84 SyntheticChildrenFrontEnd* ObjCClassSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueObjectSP);
174 class NSArrayMSyntheticFrontEnd : public SyntheticChildrenFrontEnd
226 class NSArrayISyntheticFrontEnd : public SyntheticChildrenFrontEnd
257 class NSArrayCodeRunningSyntheticFrontEnd : public SyntheticChildrenFrontEnd
281 SyntheticChildrenFrontEnd* NSArraySyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueObjectSP);
283 class NSDictionaryISyntheticFrontEnd : public SyntheticChildrenFrontEnd
335 class NSDictionaryMSyntheticFrontEnd : public SyntheticChildrenFrontEnd
392 class NSDictionaryCodeRunningSyntheticFrontEnd : public SyntheticChildrenFrontEnd
416 SyntheticChildrenFrontEnd* NSDictionarySyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueObjectSP);
418 class NSSetISyntheticFrontEnd : public SyntheticChildrenFrontEnd
    [all...]
  /external/lldb/source/DataFormatters/
LibCxx.cpp 30 SyntheticChildrenFrontEnd(*valobj_sp.get()),
164 SyntheticChildrenFrontEnd*
191 SyntheticChildrenFrontEnd(*valobj_sp.get()),
262 SyntheticChildrenFrontEnd*
279 SyntheticChildrenFrontEnd*
291 SyntheticChildrenFrontEnd(*valobj_sp.get()),
397 SyntheticChildrenFrontEnd*
406 SyntheticChildrenFrontEnd(*valobj_sp.get()),
500 SyntheticChildrenFrontEnd*
LibStdcpp.cpp 29 SyntheticChildrenFrontEnd(*valobj_sp.get()),
189 SyntheticChildrenFrontEnd*
209 SyntheticChildrenFrontEnd(*valobj_sp.get()),
305 SyntheticChildrenFrontEnd*
322 SyntheticChildrenFrontEnd*
TypeSynthetic.cpp 69 SyntheticChildrenFrontEnd(backend),
NSArray.cpp 93 SyntheticChildrenFrontEnd(*valobj_sp.get()),
202 SyntheticChildrenFrontEnd (*valobj_sp.get()),
287 SyntheticChildrenFrontEnd* lldb_private::formatters::NSArraySyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueObjectSP valobj_sp)
329 SyntheticChildrenFrontEnd(*valobj_sp.get())
NSSet.cpp 112 SyntheticChildrenFrontEnd* lldb_private::formatters::NSSetSyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueObjectSP valobj_sp)
158 SyntheticChildrenFrontEnd(*valobj_sp.get()),
300 SyntheticChildrenFrontEnd(*valobj_sp.get()),
443 SyntheticChildrenFrontEnd(*valobj_sp.get()),
LibCxxList.cpp 146 SyntheticChildrenFrontEnd(*valobj_sp.get()),
303 SyntheticChildrenFrontEnd*
NSDictionary.cpp 154 SyntheticChildrenFrontEnd* lldb_private::formatters::NSDictionarySyntheticFrontEndCreator (CXXSyntheticChildren*, lldb::ValueObjectSP valobj_sp)
197 SyntheticChildrenFrontEnd(*valobj_sp.get())
250 SyntheticChildrenFrontEnd(*valobj_sp.get()),
412 SyntheticChildrenFrontEnd(*valobj_sp.get()),
LibCxxMap.cpp 241 SyntheticChildrenFrontEnd(*valobj_sp.get()),
403 SyntheticChildrenFrontEnd*
  /external/lldb/source/Core/
ValueObjectSyntheticFilter.cpp 23 class DummySyntheticFrontEnd : public SyntheticChildrenFrontEnd
27 SyntheticChildrenFrontEnd(backend)
  /external/lldb/include/lldb/Core/
ValueObjectSyntheticFilter.h 151 std::unique_ptr<SyntheticChildrenFrontEnd> m_synth_filter_ap;
  /external/lldb/include/lldb/
lldb-forward.h 206 class SyntheticChildrenFrontEnd;
347 typedef std::shared_ptr<lldb_private::SyntheticChildrenFrontEnd> SyntheticChildrenFrontEndSP;

Completed in 205 milliseconds