Searched refs:ListFrontEnd (Results 1 – 1 of 1) sorted by relevance
148 class ListFrontEnd : public AbstractListFrontEnd { class150 ListFrontEnd(lldb::ValueObjectSP valobj_sp);152 ~ListFrontEnd() override = default;310 ListFrontEnd::ListFrontEnd(lldb::ValueObjectSP valobj_sp) in ListFrontEnd() function in ListFrontEnd316 size_t ListFrontEnd::CalculateNumChildren() { in CalculateNumChildren()352 lldb::ValueObjectSP ListFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()403 bool ListFrontEnd::Update() { in Update()426 return (valobj_sp ? new ListFrontEnd(valobj_sp) : nullptr); in LibcxxStdListSyntheticFrontEndCreator()