Lines Matching refs:cont_with_ptr_iterator
125 struct cont_with_ptr_iterator { struct
133 void invalidated_dereference_end_ptr_iterator(cont_with_ptr_iterator<int> &C) { in invalidated_dereference_end_ptr_iterator()
140 cont_with_ptr_iterator<int> &C) { in invalidated_prefix_increment_end_ptr_iterator()
147 cont_with_ptr_iterator<int> &C) { in invalidated_prefix_decrement_end_ptr_iterator()
154 cont_with_ptr_iterator<int> &C) { in invalidated_postfix_increment_end_ptr_iterator()
161 cont_with_ptr_iterator<int> &C) { in invalidated_postfix_decrement_end_ptr_iterator()
168 cont_with_ptr_iterator<int> &C) { in invalidated_increment_by_2_end_ptr_iterator()
175 cont_with_ptr_iterator<int> &C) { in invalidated_increment_by_2_copy_end_ptr_iterator()
182 cont_with_ptr_iterator<int> &C) { in invalidated_decrement_by_2_end_ptr_iterator()
189 cont_with_ptr_iterator<int> &C) { in invalidated_decrement_by_2_copy_end_ptr_iterator()
195 void invalidated_subscript_end_ptr_iterator(cont_with_ptr_iterator<int> &C) { in invalidated_subscript_end_ptr_iterator()