Home | History | Annotate | Download | only in bits

Lines Matching refs:_Node_allocator

325               _Node_allocator;
344 _Node_allocator&
346 { return *static_cast<_Node_allocator*>(&this->_M_impl); }
348 const _Node_allocator&
350 { return *static_cast<const _Node_allocator*>(&this->_M_impl); }
359 { return _M_impl._Node_allocator::allocate(1); }
363 { _M_impl._Node_allocator::deallocate(__p, 1); }
426 struct _Rb_tree_impl : public _Node_allocator
433 : _Node_allocator(), _M_key_compare(), _M_header(),
437 _Rb_tree_impl(const _Key_compare& __comp, const _Node_allocator& __a)
438 : _Node_allocator(__a), _M_key_compare(__comp), _M_header(),
1193 std::__alloc_swap<_Node_allocator>::