Lines Matching refs:cont_with_ptr_iterator
859 struct cont_with_ptr_iterator { struct
864 void deref_end_ptr_iterator(const cont_with_ptr_iterator<S> &c) { in deref_end_ptr_iterator()
870 void array_deref_end_ptr_iterator(const cont_with_ptr_iterator<S> &c) { in array_deref_end_ptr_iterator()
876 void arrow_deref_end_ptr_iterator(const cont_with_ptr_iterator<S> &c) { in arrow_deref_end_ptr_iterator()
882 void arrow_star_deref_end_ptr_iterator(const cont_with_ptr_iterator<S> &c, in arrow_star_deref_end_ptr_iterator()
889 void prefix_incr_end_ptr_iterator(const cont_with_ptr_iterator<S> &c) { in prefix_incr_end_ptr_iterator()
895 void postfix_incr_end_ptr_iterator(const cont_with_ptr_iterator<S> &c) { in postfix_incr_end_ptr_iterator()
901 void prefix_decr_begin_ptr_iterator(const cont_with_ptr_iterator<S> &c) { in prefix_decr_begin_ptr_iterator()
907 void postfix_decr_begin_ptr_iterator(const cont_with_ptr_iterator<S> &c) { in postfix_decr_begin_ptr_iterator()
913 void prefix_add_2_end_ptr_iterator(const cont_with_ptr_iterator<S> &c) { in prefix_add_2_end_ptr_iterator()
919 void postfix_add_assign_2_end_ptr_iterator(const cont_with_ptr_iterator<S> &c) { in postfix_add_assign_2_end_ptr_iterator()
925 void prefix_minus_2_begin_ptr_iterator(const cont_with_ptr_iterator<S> &c) { in prefix_minus_2_begin_ptr_iterator()
932 const cont_with_ptr_iterator<S> &c) { in postfix_minus_assign_2_begin_ptr_iterator()
938 void ptr_iter_diff(cont_with_ptr_iterator<S> &c) { in ptr_iter_diff()