Lines Matching refs:pointer

43     typedef typename __alloc_traits::pointer                pointer;
45 typedef pointer iterator;
48 pointer __first_;
49 pointer __begin_;
50 pointer __end_;
51 __compressed_pair<pointer, allocator_type> __end_cap_;
58 …_LIBCPP_INLINE_VISIBILITY pointer& __end_cap() _NOEXCEPT {return __end_cap_.fir…
59 …_LIBCPP_INLINE_VISIBILITY const pointer& __end_cap() const _NOEXCEPT {return __end_cap_.fir…
132 _LIBCPP_INLINE_VISIBILITY void __destruct_at_begin(pointer __new_begin)
135 void __destruct_at_begin(pointer __new_begin, false_type);
137 void __destruct_at_begin(pointer __new_begin, true_type);
140 void __destruct_at_end(pointer __new_last) _NOEXCEPT
143 void __destruct_at_end(pointer __new_last, false_type) _NOEXCEPT;
145 void __destruct_at_end(pointer __new_last, true_type) _NOEXCEPT;
246 for (pointer __p = __begin_; __p != __end_; ++__p, ++__buf.__end_)
276 __split_buffer<_Tp, _Allocator>::__destruct_at_begin(pointer __new_begin, false_type)
285 __split_buffer<_Tp, _Allocator>::__destruct_at_begin(pointer __new_begin, true_type)
293 __split_buffer<_Tp, _Allocator>::__destruct_at_end(pointer __new_last, false_type) _NOEXCEPT
302 __split_buffer<_Tp, _Allocator>::__destruct_at_end(pointer __new_last, true_type) _NOEXCEPT
430 __t.__construct_at_end(move_iterator<pointer>(__begin_),
431 move_iterator<pointer>(__end_));
450 __t.__construct_at_end(move_iterator<pointer>(__begin_),
451 move_iterator<pointer>(__end_));
483 __t.__construct_at_end(move_iterator<pointer>(__begin_),
484 move_iterator<pointer>(__end_));
514 __t.__construct_at_end(move_iterator<pointer>(__begin_),
515 move_iterator<pointer>(__end_));
547 __t.__construct_at_end(move_iterator<pointer>(__begin_),
548 move_iterator<pointer>(__end_));
578 __t.__construct_at_end(move_iterator<pointer>(__begin_),
579 move_iterator<pointer>(__end_));
609 __t.__construct_at_end(move_iterator<pointer>(__begin_),
610 move_iterator<pointer>(__end_));