Lines Matching refs:const_pointer
34 typedef typename allocator_type::const_pointer const_pointer;
148 typedef const_iterator const_pointer;
403 typedef typename __alloc_traits::const_pointer const_pointer;
409 typedef __bounded_iter<__wrap_iter<const_pointer>> const_iterator;
412 typedef __wrap_iter<const_pointer> const_iterator;
859 …_LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI const_iterator __make_iter(const_pointer __p) …
863 std::__wrap_iter<const_pointer>(__p),
864 std::__wrap_iter<const_pointer>(this->__begin_),
865 std::__wrap_iter<const_pointer>(this->__end_cap()));
952 const_pointer const __new_end_;
1131 const_pointer __new_end = __tx.__new_end_;
1147 const_pointer __new_end = __tx.__new_end_;
1618 const_pointer __xr = pointer_traits<const_pointer>::pointer_to(__x);
1690 const_pointer __xr = pointer_traits<const_pointer>::pointer_to(__x);
1869 typedef __bit_iterator<vector, true> const_pointer;
1871 typedef const_pointer const_iterator;
1879 typedef typename __storage_traits::const_pointer __const_storage_pointer;