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 llvm::Expected<uint32_t> ListFrontEnd::CalculateNumChildren() { in CalculateNumChildren()346 lldb::ValueObjectSP ListFrontEnd::GetChildAtIndex(uint32_t idx) { in GetChildAtIndex()397 lldb::ChildCacheState ListFrontEnd::Update() { in Update()419 return (valobj_sp ? new ListFrontEnd(valobj_sp) : nullptr); in LibcxxStdListSyntheticFrontEndCreator()