Home
last modified time | relevance | path

Searched refs:_Rb_tree_impl (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/libstdc++/include/bits/
H A Dstl_tree.h409 struct _Rb_tree_impl : public _Node_allocator struct
415 _Rb_tree_impl() in _Rb_tree_impl() argument
420 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a) in _Rb_tree_impl() argument
439 struct _Rb_tree_impl<_Key_compare, true> : public _Node_allocator argument
445 _Rb_tree_impl()
450 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)
466 _Rb_tree_impl<_Compare> _M_impl;
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-20044154 * include/bits/stl_tree.h (_Rb_tree_impl): Add _Node_allocator
4170 * include/bits/stl_tree.h: Introduced a new class _Rb_tree_impl,
4173 which was not conforming. This _Rb_tree_impl class is also
H A DChangeLog-20051407 * include/bits/stl_tree.h (_Rb_tree_impl<true>): Use member
1498 * include/bits/stl_tree.h (_Rb_tree_impl): Same.