Searched refs:kSlotCount (Results 1 – 2 of 2) sorted by relevance
38 SkASSERT(fCount <= kSlotCount); in push()39 if (fCount == kSlotCount) { in push()85 fCount = kSlotCount; in pop()95 kSlotCount = 8 enumerator103 T fSlots[kSlotCount];
81 static const int kSlotCount = kSize >> kPointerSizeLog2; variable