Searched refs:headp (Results 1 – 1 of 1) sorted by relevance
159 Slot** headp = reinterpret_cast<Slot**>(&head_); in Remove() local161 Slot* old_head = *headp; in Remove()175 *headp = old_head_next; in Remove()194 Slot** headp = reinterpret_cast<Slot**>(&head_); in Add() local196 Slot* old_head = *headp; in Add()202 *headp = slot; in Add()211 *headp = slot; in Add()233 Slot** headp = reinterpret_cast<Slot**>(&head_); in Merge() local235 Slot* old_head = *headp; in Merge()238 *headp = list->Head(); in Merge()[all …]