Searched refs:ForwardListFrontEnd (Results 1 – 1 of 1) sorted by relevance
139 class ForwardListFrontEnd : public AbstractListFrontEnd { class141 ForwardListFrontEnd(ValueObject &valobj);242 ForwardListFrontEnd::ForwardListFrontEnd(ValueObject &valobj) in ForwardListFrontEnd() function in ForwardListFrontEnd247 size_t ForwardListFrontEnd::CalculateNumChildren() { in CalculateNumChildren()260 ValueObjectSP ForwardListFrontEnd::GetChildAtIndex(size_t idx) { in GetChildAtIndex()291 bool ForwardListFrontEnd::Update() { in Update()432 return valobj_sp ? new ForwardListFrontEnd(*valobj_sp) : nullptr; in LibcxxStdForwardListSyntheticFrontEndCreator()