Searched refs:LibStdcppTupleSyntheticFrontEnd (Results 1 – 1 of 1) sorted by relevance
26 class LibStdcppTupleSyntheticFrontEnd : public SyntheticChildrenFrontEnd { class28 explicit LibStdcppTupleSyntheticFrontEnd(lldb::ValueObjectSP valobj_sp);46 LibStdcppTupleSyntheticFrontEnd::LibStdcppTupleSyntheticFrontEnd( in LibStdcppTupleSyntheticFrontEnd() function in LibStdcppTupleSyntheticFrontEnd52 bool LibStdcppTupleSyntheticFrontEnd::Update() { in Update()85 bool LibStdcppTupleSyntheticFrontEnd::MightHaveChildren() { return true; } in MightHaveChildren()88 LibStdcppTupleSyntheticFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()94 size_t LibStdcppTupleSyntheticFrontEnd::CalculateNumChildren() { in CalculateNumChildren()98 size_t LibStdcppTupleSyntheticFrontEnd::GetIndexOfChildWithName( in GetIndexOfChildWithName()106 return (valobj_sp ? new LibStdcppTupleSyntheticFrontEnd(valobj_sp) : nullptr); in LibStdcppTupleSyntheticFrontEndCreator()