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

  /external/lldb/source/DataFormatters/
TypeSynthetic.cpp 68 ScriptedSyntheticChildren::FrontEnd::FrontEnd(std::string pclass, ValueObject &backend) :
88 ScriptedSyntheticChildren::FrontEnd::~FrontEnd()
93 ScriptedSyntheticChildren::FrontEnd::GetChildAtIndex (size_t idx)
  /external/lldb/include/lldb/DataFormatters/
TypeSynthetic.h 358 class FrontEnd : public SyntheticChildrenFrontEnd
364 FrontEnd(TypeFilterImpl* flt,
371 ~FrontEnd ()
421 DISALLOW_COPY_AND_ASSIGN(FrontEnd);
427 return SyntheticChildrenFrontEnd::AutoPointer(new FrontEnd(this, backend));
525 class FrontEnd : public SyntheticChildrenFrontEnd
533 FrontEnd (std::string pclass,
537 ~FrontEnd ();
579 DISALLOW_COPY_AND_ASSIGN(FrontEnd);
585 return SyntheticChildrenFrontEnd::AutoPointer(new FrontEnd(m_python_class, backend))
    [all...]

Completed in 509 milliseconds