Searched defs:SyntheticChildrenFrontEnd (Results 1 - 1 of 1) sorted by relevance

/external/lldb/include/lldb/DataFormatters/
H A DTypeSynthetic.h32 class SyntheticChildrenFrontEnd class in namespace:lldb_private
38 SyntheticChildrenFrontEnd (ValueObject &backend) : function in class:lldb_private::SyntheticChildrenFrontEnd
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> SharedPointe
[all...]

Completed in 102 milliseconds