Searched refs:LibStdcppSharedPtrSyntheticFrontEnd (Results 1 – 1 of 1) sorted by relevance
63 class LibStdcppSharedPtrSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class65 explicit LibStdcppSharedPtrSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);367 LibStdcppSharedPtrSyntheticFrontEnd::LibStdcppSharedPtrSyntheticFrontEnd( in LibStdcppSharedPtrSyntheticFrontEnd() function in LibStdcppSharedPtrSyntheticFrontEnd374 size_t LibStdcppSharedPtrSyntheticFrontEnd::CalculateNumChildren() { return 1; } in CalculateNumChildren()377 LibStdcppSharedPtrSyntheticFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()393 bool LibStdcppSharedPtrSyntheticFrontEnd::Update() { in Update()412 bool LibStdcppSharedPtrSyntheticFrontEnd::MightHaveChildren() { return true; } in MightHaveChildren()414 size_t LibStdcppSharedPtrSyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()426 return (valobj_sp ? new LibStdcppSharedPtrSyntheticFrontEnd(valobj_sp) in LibStdcppSharedPtrSyntheticFrontEndCreator()