Home | History | Annotate | Download | only in tr1

Lines Matching refs:__head

757       _Node** __head = _M_buckets + __n;
758 _Node* __p = _M_find_node(*__head, __k, __code);
767 iterator __first(__p, __head);
768 iterator __last(__p1, __head);
795 _Node** __head = _M_buckets + __n;
796 _Node* __p = _M_find_node(*__head, __k, __code);
805 const_iterator __first(__p, __head);
806 const_iterator __last(__p1, __head);