Home | History | Annotate | Download | only in bits

Lines Matching defs:__p1

1101 	  __node_type* __p1 = __p->_M_next();
1102 while (__p1 && _M_bucket_index(__p1) == __n
1103 && this->_M_equals(__k, __code, __p1))
1104 __p1 = __p1->_M_next();
1106 return std::make_pair(iterator(__p), iterator(__p1));
1134 __node_type* __p1 = __p->_M_next();
1135 while (__p1 && _M_bucket_index(__p1) == __n
1136 && this->_M_equals(__k, __code, __p1))
1137 __p1 = __p1->_M_next();
1139 return std::make_pair(const_iterator(__p), const_iterator(__p1));