Searched refs:const_pointer (Results 1 - 18 of 18) sorted by relevance

/haiku/headers/cpp/
H A Ddefalloc.h67 typedef const T* const_pointer; typedef in class:allocator
77 const_pointer const_address(const_reference x) {
78 return (const_pointer)&x;
H A Dstl_multiset.h61 typedef typename _Rep_type::const_pointer pointer;
62 typedef typename _Rep_type::const_pointer const_pointer; typedef in class:multiset
H A Dstl_set.h61 typedef typename _Rep_type::const_pointer pointer;
62 typedef typename _Rep_type::const_pointer const_pointer; typedef in class:set
H A Dstl_hash_set.h64 typedef typename _Ht::const_pointer pointer;
65 typedef typename _Ht::const_pointer const_pointer; typedef in class:hash_set
243 typedef typename _Ht::const_pointer pointer;
244 typedef typename _Ht::const_pointer const_pointer; typedef in class:hash_multiset
H A Dstl_hash_map.h68 typedef typename _Ht::const_pointer const_pointer; typedef in class:hash_map
251 typedef typename _Ht::const_pointer const_pointer; typedef in class:hash_multimap
H A Dstl_map.h77 typedef typename _Rep_type::const_pointer const_pointer; typedef in class:map
H A Dstl_multimap.h76 typedef typename _Rep_type::const_pointer const_pointer; typedef in class:multimap
H A Dpthread_alloc374 typedef const _Tp* const_pointer;
390 const_pointer address(const_reference __x) const { return &__x; }
416 typedef const void* const_pointer;
H A Dstl_alloc.h739 typedef const _Tp* const_pointer; typedef in class:allocator
754 const_pointer address(const_reference __x) const { return &__x; }
779 typedef const void* const_pointer; typedef in class:allocator
814 typedef const _Tp* const_pointer; typedef in struct:__allocator
832 const_pointer address(const_reference __x) const { return &__x; }
857 typedef const void* const_pointer;
H A Dstl_tree.h533 typedef const value_type* const_pointer; typedef in class:_Rb_tree
622 typedef _Rb_tree_iterator<value_type, const_reference, const_pointer>
H A Dstl_bvector.h386 typedef const bool* const_pointer; typedef in class:vector
H A Dstl_list.h255 typedef const value_type* const_pointer; typedef in class:list
H A Dstl_slist.h307 typedef const value_type* const_pointer; typedef in class:slist
H A Dstl_vector.h162 typedef const value_type* const_pointer; typedef in class:vector
H A Dstl_hashtable.h197 typedef const value_type* const_pointer; typedef in class:hashtable
H A Dstl_deque.h485 typedef const value_type* const_pointer; typedef in class:_Deque_iterator::deque
H A Dstl_rope.h1269 typedef const _CharT* const_pointer; typedef in class:rope
/haiku/headers/cpp/std/
H A Dbastring.h154 typedef const charT* const_pointer; typedef in class:basic_string
156 typedef const_pointer const_iterator;

Completed in 211 milliseconds