Searched refs:LibStdcppSharedPtrSyntheticFrontEnd (Results 1 – 1 of 1) sorted by relevance
62 class LibStdcppSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class64 explicit LibStdcppSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);351 LibStdcppSharedPtrSyntheticFrontEnd::LibStdcppSharedPtrSyntheticFrontEnd( in LibStdcppSharedPtrSyntheticFrontEnd() function in LibStdcppSharedPtrSyntheticFrontEnd358 size_t LibStdcppSharedPtrSyntheticFrontEnd::CalculateNumChildren() { return 1; } in CalculateNumChildren()361 LibStdcppSharedPtrSyntheticFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()372 bool LibStdcppSharedPtrSyntheticFrontEnd::Update() { return false; } in Update()374 bool LibStdcppSharedPtrSyntheticFrontEnd::MightHaveChildren() { return true; } in MightHaveChildren()376 size_t LibStdcppSharedPtrSyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()386 return (valobj_sp ? new LibStdcppSharedPtrSyntheticFrontEnd(valobj_sp) in LibStdcppSharedPtrSyntheticFrontEndCreator()