Home | History | Annotate | Download | only in ADT

Lines Matching refs:_Self

652   typedef ImutAVLTreeGenericIterator<ImutInfo> _Self;
693 inline bool operator==(const _Self& x) const {
702 inline bool operator!=(const _Self& x) const { return !operator==(x); }
704 _Self& operator++() {
730 _Self& operator--() {
763 typedef ImutAVLTreeInOrderIterator<ImutInfo> _Self;
771 inline bool operator==(const _Self& x) const {
775 inline bool operator!=(const _Self& x) const { return !operator==(x); }
780 inline _Self& operator++() {
788 inline _Self& operator--() {