Searched refs:_Rb_tree_node (Results 1 – 7 of 7) sorted by relevance
216 struct _Rb_tree_node : public _Rb_tree_node_base in _GLIBCXX_VISIBILITY() struct218 typedef _Rb_tree_node<_Val>* _Link_type; in _GLIBCXX_VISIBILITY() argument267 typedef _Rb_tree_node<_Tp>* _Link_type; in _GLIBCXX_VISIBILITY()341 typedef const _Rb_tree_node<_Tp>* _Link_type; in _GLIBCXX_VISIBILITY()430 rebind<_Rb_tree_node<_Val> >::other _Node_allocator; in _GLIBCXX_VISIBILITY()437 typedef _Rb_tree_node<_Val>* _Link_type; in _GLIBCXX_VISIBILITY()438 typedef const _Rb_tree_node<_Val>* _Const_Link_type; in _GLIBCXX_VISIBILITY()596 ::new(__node) _Rb_tree_node<_Val>; in _GLIBCXX_VISIBILITY()603 __node->~_Rb_tree_node<_Val>(); in _GLIBCXX_VISIBILITY()626 __p->~_Rb_tree_node<_Val>(); in _GLIBCXX_VISIBILITY()
501 * include/bits/stl_tree.h (_Rb_tree_node): Use __aligned_buffer and503 (_Rb_tree_iterator, _Rb_tree_const_iterator): Use _Rb_tree_node
721 * include/bits/stl_tree.h (_Rb_tree_node<>::_Rb_tree_node<>
3210 * include/bits/stl_tree.h (_Rb_tree_node): Use __aligned_membuf.
88 typedefs to use _Rb_tree_node<_Val> directly.
6451 function to handle both C++03 and C++11 _Rb_tree_node implementations.
3501 _Rb_tree_base_iterator and _Rb_tree_node to...