Home | History | Annotate | Download | only in bits

Lines Matching refs:_Node_allocator

335               _Node_allocator;
354 _Node_allocator&
356 { return *static_cast<_Node_allocator*>(&this->_M_impl); }
358 const _Node_allocator&
360 { return *static_cast<const _Node_allocator*>(&this->_M_impl); }
369 { return _M_impl._Node_allocator::allocate(1); }
373 { _M_impl._Node_allocator::deallocate(__p, 1); }
437 struct _Rb_tree_impl : public _Node_allocator
444 : _Node_allocator(), _M_key_compare(), _M_header(),
448 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)
449 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
1293 std::__alloc_swap<_Node_allocator>::