Home | History | Annotate | Download | only in bits

Lines Matching defs:__node

345           _Node* __node = this->_M_get_node();
348 _M_get_Node_allocator().construct(__node,
350 __node->_M_next = 0;
354 this->_M_put_node(__node);
357 return __node;