Searched refs:fSlots (Results 1 – 1 of 1) sorted by relevance
57 return &fRec->fSlots[fCount++]; in push()63 return fRec->fSlots[fCount - idx - 1]; in index()68 return fRec->fSlots[fCount - idx - 1]; in index()73 return fRec->fSlots[fCount - 1]; in top()78 return fRec->fSlots[fCount - 1]; in top()83 *elem = fRec->fSlots[fCount - 1]; in pop()114 T fSlots[kSlotCount]; member