Searched refs:headp (Results 1 – 1 of 1) sorted by relevance
161 Slot** headp = reinterpret_cast<Slot**>(&head_); in Remove() local163 Slot* old_head = *headp; in Remove()177 *headp = old_head_next; in Remove()196 Slot** headp = reinterpret_cast<Slot**>(&head_); in Add() local198 Slot* old_head = *headp; in Add()204 *headp = slot; in Add()213 *headp = slot; in Add()235 Slot** headp = reinterpret_cast<Slot**>(&head_); in Merge() local237 Slot* old_head = *headp; in Merge()240 *headp = list->Head(); in Merge()[all …]