Searched refs:_M_t (Results 1 - 3 of 3) sorted by relevance

/external/stlport/stlport/stl/
H A D_set.h82 _Rep_type _M_t; // red-black tree representing set member in class:set
93 : _M_t(_Compare(), allocator_type()) {}
95 : _M_t(__comp, allocator_type()) {}
98 : _M_t(__comp, __a) {}
103 : _M_t(_Compare(), allocator_type())
104 { _M_t.insert_unique(__first, __last); }
109 : _M_t(__comp, allocator_type()) { _M_t.insert_unique(__first, __last); }
114 : _M_t(__comp, __a) { _M_t
253 _Rep_type _M_t; // red-black tree representing multiset member in class:multiset
[all...]
H A D_map.h94 _Rep_type _M_t; // red-black tree representing map member in class:map
99 map() : _M_t(_Compare(), allocator_type()) {}
105 : _M_t(__comp, allocator_type()) {}
108 : _M_t(__comp, __a) {}
113 : _M_t(_Compare(), allocator_type())
114 { _M_t.insert_unique(__first, __last); }
119 : _M_t(__comp, __a) { _M_t.insert_unique(__first, __last); }
124 : _M_t(__comp, allocator_type()) { _M_t
287 _Rep_type _M_t; // red-black tree representing multimap member in class:multimap
[all...]
/external/stlport/stlport/stl/pointers/
H A D_set.h113 _Rep_type _M_t; // red-black tree representing set member in class:set
129 set() : _M_t(_CompareStorageType(), _StorageTypeAlloc()) {}
132 : _M_t(__comp, _STLP_CONVERT_ALLOCATOR(__a, _KeyStorageType)) {}
137 : _M_t(_Compare(), _StorageTypeAlloc()) {
139 _M_t.insert_unique(_STLP_TYPENAME _STLP_PRIV _IteWrapper<_KeyStorageType, _Key, _InputIterator>::_Ite(__first),
142 _M_t.insert_unique(__first, __last);
149 : _M_t(__comp, _StorageTypeAlloc()) {
151 _M_t.insert_unique(_STLP_TYPENAME _STLP_PRIV _IteWrapper<_KeyStorageType, _Key, _InputIterator>::_Ite(__first),
154 _M_t.insert_unique(__first, __last);
161 : _M_t(__com
360 _Rep_type _M_t; // red-black tree representing multiset member in class:multiset
[all...]

Completed in 139 milliseconds