Lines Matching refs:this
10 * Public License Version 1.1 (the "MPL"). If you do not alter this
11 * notice, a recipient may use your version of this file under either
14 * You should have received a copy of the LGPL along with this library
17 * You should have received a copy of the MPL along with this library
20 * The contents of this file are subject to the Mozilla Public License
21 * Version 1.1 (the "License"); you may not use this file except in
66 if ( _first == _last ) return *this;
69 return *this;
72 Circulator saved=*this;
73 ++(*this);
80 return *this;
83 Circulator saved=*this;
84 --(*this);
90 return *this;
97 return *this;