Searched refs:LibStdcppTupleSyntheticFrontEnd (Results 1 – 1 of 1) sorted by relevance
25 class LibStdcppTupleSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class27 explicit LibStdcppTupleSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);50 LibStdcppTupleSyntheticFrontEnd::LibStdcppTupleSyntheticFrontEnd( in LibStdcppTupleSyntheticFrontEnd() function in LibStdcppTupleSyntheticFrontEnd56 bool LibStdcppTupleSyntheticFrontEnd::Update() { in Update()89 bool LibStdcppTupleSyntheticFrontEnd::MightHaveChildren() { return true; } in MightHaveChildren()92 LibStdcppTupleSyntheticFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()98 size_t LibStdcppTupleSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()102 size_t LibStdcppTupleSyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()110 return (valobj_sp ? new LibStdcppTupleSyntheticFrontEnd(valobj_sp) : nullptr); in LibStdcppTupleSyntheticFrontEndCreator()