Searched refs:const_pointer (Results 1 – 11 of 11) sorted by relevance
48 typedef const void* const_pointer; typedef81 typedef const T* const_pointer; typedef106 const_pointer address(const_reference x) const { return &x; } in address()
113 typedef typename std::allocator<T>::const_pointer const_pointer; typedef134 pointer allocate(size_type n, const_pointer hint ATTRIBUTE_UNUSED = 0) {
51 static_assert(std::is_same<ConstTarefIter, decltype(taref)::const_pointer>::value, in TEST()92 static_assert(std::is_same<void, decltype(taref)::const_pointer>::value, "const_pointer"); in TEST()126 static_assert(std::is_same<const int*, decltype(taref)::const_pointer>::value, "const_pointer"); in TEST()170 static_assert(std::is_same<const int*, decltype(ctaref)::const_pointer>::value, "const_pointer"); in TEST()
75 typedef const void* const_pointer; typedef115 typedef const T* const_pointer; typedef148 const_pointer address(const_reference x) const { return &x; } in address()
133 typedef const void* const_pointer; typedef167 typedef const T* const_pointer; typedef195 const_pointer address(const_reference x) const { return &x; } in address()
47 typedef const T* const_pointer; typedef
51 using const_pointer = typename ConstIter::pointer; variable
49 using typename Base::const_pointer;
124 using const_pointer = const T*; variable
117 typedef const void* const_pointer; typedef150 typedef const T* const_pointer; typedef175 const_pointer address(const_reference x) const { return &x; } in address()
131 typedef const T* const_pointer; typedef