Searched refs:fInstanceTail (Results 1 – 2 of 2) sorted by relevance
138 *fInstanceTail = copy; in onCombineIfPossible()139 fInstanceTail = (!copy->fNext) ? ©->fNext : that->fInstanceTail; in onCombineIfPossible()
90 InstanceList** fInstanceTail = &fInstanceList.fNext; variable