Home | History | Annotate | Download | only in bits

Lines Matching refs:__slot

1096       _Node** __slot = _M_buckets + __n;
1097 while (*__slot && !this->_M_compare(__k, __code, *__slot))
1098 __slot = &((*__slot)->_M_next);
1101 while (*__slot && this->_M_compare(__k, __code, *__slot))
1106 if (std::__addressof(this->_M_extract((*__slot)->_M_v))
1109 _Node* __p = *__slot;
1110 *__slot = __p->_M_next;
1117 __saved_slot = __slot;
1118 __slot = &((*__slot)->_M_next);