Searched refs:ListFrontEnd (Results 1 – 1 of 1) sorted by relevance
151 class ListFrontEnd : public AbstractListFrontEnd { class153 ListFrontEnd(lldb::ValueObjectSP valobj_sp);155 ~ListFrontEnd() override = default;322 ListFrontEnd::ListFrontEnd(lldb::ValueObjectSP valobj_sp) in ListFrontEnd() function in ListFrontEnd328 size_t ListFrontEnd::CalculateNumChildren() { in CalculateNumChildren()364 lldb::ValueObjectSP ListFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()413 bool ListFrontEnd::Update() { in Update()436 return (valobj_sp ? new ListFrontEnd(valobj_sp) : nullptr); in LibcxxStdListSyntheticFrontEndCreator()