Searched refs:_Rep_type (Results 1 - 4 of 4) sorted by relevance

/haiku/headers/cpp/
H A Dstl_set.h58 _Identity<value_type>, key_compare, _Alloc> _Rep_type; typedef in class:set
59 _Rep_type _M_t; // red-black tree representing set
61 typedef typename _Rep_type::const_pointer pointer;
62 typedef typename _Rep_type::const_pointer const_pointer;
63 typedef typename _Rep_type::const_reference reference;
64 typedef typename _Rep_type::const_reference const_reference;
65 typedef typename _Rep_type::const_iterator iterator;
66 typedef typename _Rep_type::const_iterator const_iterator;
67 typedef typename _Rep_type::const_reverse_iterator reverse_iterator;
68 typedef typename _Rep_type
[all...]
H A Dstl_multiset.h58 _Identity<value_type>, key_compare, _Alloc> _Rep_type; typedef in class:multiset
59 _Rep_type _M_t; // red-black tree representing multiset
61 typedef typename _Rep_type::const_pointer pointer;
62 typedef typename _Rep_type::const_pointer const_pointer;
63 typedef typename _Rep_type::const_reference reference;
64 typedef typename _Rep_type::const_reference const_reference;
65 typedef typename _Rep_type::const_iterator iterator;
66 typedef typename _Rep_type::const_iterator const_iterator;
67 typedef typename _Rep_type::const_reverse_iterator reverse_iterator;
68 typedef typename _Rep_type
[all...]
H A Dstl_map.h73 _Select1st<value_type>, key_compare, _Alloc> _Rep_type; typedef in class:map
74 _Rep_type _M_t; // red-black tree representing map
76 typedef typename _Rep_type::pointer pointer;
77 typedef typename _Rep_type::const_pointer const_pointer;
78 typedef typename _Rep_type::reference reference;
79 typedef typename _Rep_type::const_reference const_reference;
80 typedef typename _Rep_type::iterator iterator;
81 typedef typename _Rep_type::const_iterator const_iterator;
82 typedef typename _Rep_type::reverse_iterator reverse_iterator;
83 typedef typename _Rep_type
[all...]
H A Dstl_multimap.h72 _Select1st<value_type>, key_compare, _Alloc> _Rep_type; typedef in class:multimap
73 _Rep_type _M_t; // red-black tree representing multimap
75 typedef typename _Rep_type::pointer pointer;
76 typedef typename _Rep_type::const_pointer const_pointer;
77 typedef typename _Rep_type::reference reference;
78 typedef typename _Rep_type::const_reference const_reference;
79 typedef typename _Rep_type::iterator iterator;
80 typedef typename _Rep_type::const_iterator const_iterator;
81 typedef typename _Rep_type::reverse_iterator reverse_iterator;
82 typedef typename _Rep_type
[all...]

Completed in 70 milliseconds