Home | History | Annotate | Download | only in bits

Lines Matching defs:__p1

1380 	  __node_type* __p1 = __p->_M_next();
1381 while (__p1 && _M_bucket_index(__p1) == __n
1382 && this->_M_equals(__k, __code, __p1))
1383 __p1 = __p1->_M_next();
1385 return std::make_pair(iterator(__p), iterator(__p1));
1413 __node_type* __p1 = __p->_M_next();
1414 while (__p1 && _M_bucket_index(__p1) == __n
1415 && this->_M_equals(__k, __code, __p1))
1416 __p1 = __p1->_M_next();
1418 return std::make_pair(const_iterator(__p), const_iterator(__p1));