Lines Matching defs:headp
161 Slot** headp = reinterpret_cast<Slot**>(&head_);
163 Slot* old_head = *headp;
177 *headp = old_head_next;
196 Slot** headp = reinterpret_cast<Slot**>(&head_);
198 Slot* old_head = *headp;
204 *headp = slot;
213 *headp = slot;
235 Slot** headp = reinterpret_cast<Slot**>(&head_);
237 Slot* old_head = *headp;
240 *headp = list->Head();
248 *headp = list->Head();