Searched refs:_Rb_tree_impl (Results 1 – 3 of 3) sorted by relevance
409 struct _Rb_tree_impl : public _Node_allocator struct415 _Rb_tree_impl() in _Rb_tree_impl() argument420 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a) in _Rb_tree_impl() argument439 struct _Rb_tree_impl<_Key_compare, true> : public _Node_allocator argument445 _Rb_tree_impl()450 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)466 _Rb_tree_impl<_Compare> _M_impl;
4154 * include/bits/stl_tree.h (_Rb_tree_impl): Add _Node_allocator4170 * include/bits/stl_tree.h: Introduced a new class _Rb_tree_impl,4173 which was not conforming. This _Rb_tree_impl class is also
1407 * include/bits/stl_tree.h (_Rb_tree_impl<true>): Use member1498 * include/bits/stl_tree.h (_Rb_tree_impl): Same.