Home
last modified time | relevance | path

Searched refs:_Node_allocator (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/bits/
H A Dstl_tree.h335 _Node_allocator; in _GLIBCXX_VISIBILITY() typedef
354 _Node_allocator& in _GLIBCXX_VISIBILITY()
356 { return *static_cast<_Node_allocator*>(&this->_M_impl); } in _GLIBCXX_VISIBILITY()
358 const _Node_allocator& in _GLIBCXX_VISIBILITY()
360 { return *static_cast<const _Node_allocator*>(&this->_M_impl); } in _GLIBCXX_VISIBILITY()
369 { return _M_impl._Node_allocator::allocate(1); } in _GLIBCXX_VISIBILITY()
373 { _M_impl._Node_allocator::deallocate(__p, 1); } in _GLIBCXX_VISIBILITY()
437 struct _Rb_tree_impl : public _Node_allocator in _GLIBCXX_VISIBILITY()
444 : _Node_allocator(), _M_key_compare(), _M_header(), in _GLIBCXX_VISIBILITY()
448 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a) in _GLIBCXX_VISIBILITY()
[all …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/bits/
H A Dstl_tree.h447 rebind<_Rb_tree_node<_Val> >::other _Node_allocator; in _GLIBCXX_VISIBILITY()
449 typedef __gnu_cxx::__alloc_traits<_Node_allocator> _Alloc_traits; in _GLIBCXX_VISIBILITY()
584 _Node_allocator& in _GLIBCXX_VISIBILITY()
588 const _Node_allocator& in _GLIBCXX_VISIBILITY()
693 : public _Node_allocator in _GLIBCXX_VISIBILITY()
701 is_nothrow_default_constructible<_Node_allocator>::value in _GLIBCXX_VISIBILITY()
703 : _Node_allocator() in _GLIBCXX_VISIBILITY()
707 : _Node_allocator(_Alloc_traits::_S_select_on_copy(__x)) in _GLIBCXX_VISIBILITY()
712 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a) in _GLIBCXX_VISIBILITY()
713 : _Node_allocator(__a), _Base_key_compare(__comp) in _GLIBCXX_VISIBILITY()
[all …]