Searched refs:ListFrontEnd (Results 1 – 1 of 1) sorted by relevance
144 class ListFrontEnd : public AbstractListFrontEnd { class146 ListFrontEnd(lldb::ValueObjectSP valobj_sp);148 ~ListFrontEnd() override = default;305 ListFrontEnd::ListFrontEnd(lldb::ValueObjectSP valobj_sp) in ListFrontEnd() function in ListFrontEnd311 size_t ListFrontEnd::CalculateNumChildren() { in CalculateNumChildren()346 lldb::ValueObjectSP ListFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()397 bool ListFrontEnd::Update() { in Update()419 return (valobj_sp ? new ListFrontEnd(valobj_sp) : nullptr); in LibcxxStdListSyntheticFrontEndCreator()