Lines Matching refs:begin
47 for(UndoObserverRecordList::iterator i = this->_active.begin(); i != _active.end(); ++i) {
60 for(UndoObserverRecordList::iterator i = this->_active.begin(); i != _active.end(); ++i) {
72 for(UndoObserverRecordList::iterator i = this->_active.begin(); i != _active.end(); ++i) {
84 for(UndoObserverRecordList::iterator i = this->_active.begin(); i != _active.end(); ++i) {
96 for(UndoObserverRecordList::iterator i = this->_active.begin(); i != _active.end(); ++i) {
109 UndoObserverRecordList::iterator i = std::find_if(list.begin(), list.end(), std::bind1st(std::equal_to< UndoStackObserverRecord >(), eq_comp));
124 UndoObserverRecordList::iterator i = std::find_if(list.begin(), list.end(), std::bind1st(std::equal_to< UndoStackObserverRecord >(), eq_comp));
139 UndoObserverRecordList::iterator i = this->_active.begin();
140 for(; i != this->_active.begin(); ) {
149 i = this->_pending.begin();
150 for(; i != this->_pending.begin(); ) {
160 this->_active.insert(this->_active.end(), this->_pending.begin(), this->_pending.end());