Home | History | Annotate | Download | only in bits

Lines Matching defs:__p1

1015 	  _Node* __p1 = __p->_M_next();
1016 while (__p1 && _M_bucket_index(__p1) == __n
1017 && this->_M_equals(__k, __code, __p1))
1018 __p1 = __p1->_M_next();
1020 return std::make_pair(iterator(__p), iterator(__p1));
1048 _Node* __p1 = __p->_M_next();
1049 while (__p1 && _M_bucket_index(__p1) == __n
1050 && this->_M_equals(__k, __code, __p1))
1051 __p1 = __p1->_M_next();
1053 return std::make_pair(const_iterator(__p), const_iterator(__p1));