Home | History | Annotate | Download | only in backward

Lines Matching refs:_M_node_allocator

297       { return _M_node_allocator; }
304 _Node_Alloc _M_node_allocator;
308 { return _M_node_allocator.allocate(1); }
312 { _M_node_allocator.deallocate(__p, 1); }
340 : _M_node_allocator(__a), _M_hash(__hf), _M_equals(__eql),
347 : _M_node_allocator(__a), _M_hash(__hf), _M_equals(__eql),
352 : _M_node_allocator(__ht.get_allocator()), _M_hash(__ht._M_hash),