Lines Matching refs:const_reference
28 typedef typename allocator_type::const_reference const_reference;
92 const_reference operator[](size_type n) const;
94 const_reference at(size_type n) const;
97 const_reference front() const;
99 const_reference back() const;
163 class const_reference
166 const_reference(const reference&) noexcept;
224 const_reference operator[](size_type n) const;
226 const_reference at(size_type n) const;
229 const_reference front() const;
231 const_reference back() const;
397 typedef const value_type& const_reference;
557 …_LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void assign(size_type __n, const_reference __u…
608 …_LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI const_reference operator[](size_type __n) cons…
610 _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI const_reference at(size_type __n) const;
616 _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI const_reference front() const _NOEXCEPT {
624 _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI const_reference back() const _NOEXCEPT {
637 _LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void push_back(const_reference __x);
660 …_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI iterator insert(const_iterator __position, const_reference __x);
667 insert(const_iterator __position, size_type __n, const_reference __x);
714 …_LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void resize(size_type __sz, const_reference __…
751 …EXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void __construct_at_end(size_type __n, const_reference __x);
797 …_LIBCPP_CONSTEXPR_SINCE_CXX20 _LIBCPP_HIDE_FROM_ABI void __append(size_type __n, const_reference _…
1069 vector<_Tp, _Allocator>::__construct_at_end(size_type __n, const_reference __x) {
1106 _LIBCPP_CONSTEXPR_SINCE_CXX20 void vector<_Tp, _Allocator>::__append(size_type __n, const_reference…
1351 _LIBCPP_CONSTEXPR_SINCE_CXX20 void vector<_Tp, _Allocator>::assign(size_type __n, const_reference _…
1398 …ONSTEXPR_SINCE_CXX20 inline _LIBCPP_HIDE_FROM_ABI typename vector<_Tp, _Allocator>::const_reference
1412 _LIBCPP_CONSTEXPR_SINCE_CXX20 typename vector<_Tp, _Allocator>::const_reference
1461 vector<_Tp, _Allocator>::push_back(const_reference __x) {
1564 vector<_Tp, _Allocator>::insert(const_iterator __position, const_reference __x) {
1630 vector<_Tp, _Allocator>::insert(const_iterator __position, size_type __n, const_reference __x) {
1756 _LIBCPP_CONSTEXPR_SINCE_CXX20 void vector<_Tp, _Allocator>::resize(size_type __sz, const_reference …
1842 using const_reference = bool;
1844 typedef __bit_const_reference<vector> const_reference;
2028 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const_reference operator[](size_type __n) cons…
2032 _LIBCPP_HIDE_FROM_ABI const_reference at(size_type __n) const;
2035 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const_reference front() const { return __make_…
2037 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const_reference back() const { return __make_r…
2200 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void __append(size_type __n, const_reference _…
2204 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 const_reference __make_ref(size_type __pos) co…
2617 typename vector<bool, _Allocator>::const_reference vector<bool, _Allocator>::at(size_type __n) cons…