Searched refs:LibStdcppSharedPtrSyntheticFrontEnd (Results 1 – 1 of 1) sorted by relevance
61 class LibStdcppSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class63 explicit LibStdcppSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);352 LibStdcppSharedPtrSyntheticFrontEnd::LibStdcppSharedPtrSyntheticFrontEnd( in LibStdcppSharedPtrSyntheticFrontEnd() function in LibStdcppSharedPtrSyntheticFrontEnd359 size_t LibStdcppSharedPtrSyntheticFrontEnd::CalculateNumChildren() { return 1; } in CalculateNumChildren()362 LibStdcppSharedPtrSyntheticFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()373 bool LibStdcppSharedPtrSyntheticFrontEnd::Update() { return false; } in Update()375 bool LibStdcppSharedPtrSyntheticFrontEnd::MightHaveChildren() { return true; } in MightHaveChildren()377 size_t LibStdcppSharedPtrSyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()387 return (valobj_sp ? new LibStdcppSharedPtrSyntheticFrontEnd(valobj_sp) in LibStdcppSharedPtrSyntheticFrontEndCreator()