Searched refs:const_reference (Results 1 - 20 of 20) sorted by relevance

/haiku-fatelf/headers/cpp/
H A Ddefalloc.h69 typedef const T& const_reference; typedef in class:allocator
77 const_pointer const_address(const_reference x) {
H A Dstl_queue.h50 typedef typename _Sequence::const_reference const_reference; typedef in class:queue
60 const_reference front() const { return c.front(); }
62 const_reference back() const { return c.back(); }
126 typedef typename _Sequence::const_reference const_reference; typedef in class:priority_queue
177 const_reference top() const { return c.front(); }
H A Dstl_stack.h50 typedef typename _Sequence::const_reference const_reference; typedef in class:stack
60 const_reference top() const { return _M_c.back(); }
H A Dstl_multiset.h63 typedef typename _Rep_type::const_reference reference;
64 typedef typename _Rep_type::const_reference const_reference; typedef in class:multiset
H A Dstl_set.h63 typedef typename _Rep_type::const_reference reference;
64 typedef typename _Rep_type::const_reference const_reference; typedef in class:set
H A Dstl_hash_set.h66 typedef typename _Ht::const_reference reference;
67 typedef typename _Ht::const_reference const_reference; typedef in class:hash_set
245 typedef typename _Ht::const_reference reference;
246 typedef typename _Ht::const_reference const_reference; typedef in class:hash_multiset
H A Dstl_bvector.h159 typedef bool const_reference; typedef in struct:_Bit_const_iterator
183 const_reference operator*() const {
230 const_reference operator[](difference_type __i) {
384 typedef bool const_reference; typedef in class:vector
395 typedef reverse_iterator<const_iterator, value_type, const_reference,
519 const_reference operator[](size_type __n) const {
674 const_reference front() const { return *begin(); }
676 const_reference back() const { return *(end() - 1); }
H A Dstl_hash_map.h70 typedef typename _Ht::const_reference const_reference; typedef in class:hash_map
253 typedef typename _Ht::const_reference const_reference; typedef in class:hash_multimap
H A Dstl_map.h79 typedef typename _Rep_type::const_reference const_reference; typedef in class:map
H A Dstl_multimap.h78 typedef typename _Rep_type::const_reference const_reference; typedef in class:multimap
H A Dstl_vector.h164 typedef const value_type& const_reference; typedef in class:vector
175 typedef reverse_iterator<const_iterator, value_type, const_reference,
219 const_reference operator[](size_type __n) const { return *(begin() + __n); }
315 const_reference front() const { return *begin(); }
317 const_reference back() const { return *(end() - 1); }
H A Dpthread_alloc376 typedef const _Tp& const_reference;
390 const_pointer address(const_reference __x) const { return &__x; }
H A Dstl_alloc.h741 typedef const _Tp& const_reference; typedef in class:allocator
754 const_pointer address(const_reference __x) const { return &__x; }
816 typedef const _Tp& const_reference; typedef in struct:__allocator
832 const_pointer address(const_reference __x) const { return &__x; }
H A Dstl_list.h257 typedef const value_type& const_reference; typedef in class:list
274 const_reference,difference_type>
337 const_reference front() const { return *begin(); }
339 const_reference back() const { return *(--end()); }
H A Dstl_deque.h487 typedef const value_type& const_reference; typedef in class:_Deque_iterator::deque
502 typedef reverse_iterator<const_iterator, value_type, const_reference,
545 const_reference operator[](size_type __n) const
554 const_reference front() const { return *_M_start; }
555 const_reference back() const {
H A Dstl_slist.h309 typedef const value_type& const_reference; typedef in class:slist
436 const_reference front() const
H A Dstl_tree.h535 typedef const value_type& const_reference; typedef in class:_Rb_tree
622 typedef _Rb_tree_iterator<value_type, const_reference, const_pointer>
633 const_reference, difference_type>
H A Dstl_rope.h1268 typedef _CharT const_reference; typedef in class:rope
1841 typedef reverse_iterator<const_iterator, value_type, const_reference,
H A Dstl_hashtable.h199 typedef const value_type& const_reference; typedef in class:hashtable
/haiku-fatelf/headers/cpp/std/
H A Dbastring.h150 typedef const charT& const_reference; typedef in class:basic_string
341 const_reference at (size_type pos) const

Completed in 185 milliseconds