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

  /external/lldb/source/DataFormatters/
LibCxx.cpp 290 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::LibcxxSharedPtrSyntheticFrontEnd (lldb::ValueObjectSP valobj_sp) :
303 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::CalculateNumChildren ()
309 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::GetChildAtIndex (size_t idx)
353 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::Update()
377 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::MightHaveChildren ()
383 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::GetIndexOfChildWithName (const ConstString &name)
394 lldb_private::formatters::LibcxxSharedPtrSyntheticFrontEnd::~LibcxxSharedPtrSyntheticFrontEnd ()
402 return (new LibcxxSharedPtrSyntheticFrontEnd(valobj_sp))
    [all...]
  /external/lldb/include/lldb/DataFormatters/
CXXFormatterFunctions.h 730 class LibcxxSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd
733 LibcxxSharedPtrSyntheticFrontEnd (lldb::ValueObjectSP valobj_sp);
751 ~LibcxxSharedPtrSyntheticFrontEnd ();

Completed in 60 milliseconds