Searched refs:fUsed (Results 1 – 2 of 2) sorted by relevance
108 bool empty() const { return fUsed == 0; } in empty()114 size_t usedSize() const { return fUsed; } in usedSize()182 size_t fUsed = 0; variable
753 if (fUsed + skip > fReserved) { in push()757 fReserved = (fUsed + skip + SKLITEDL_PAGE) & ~(SKLITEDL_PAGE - 1); in push()761 LOG_FATAL_IF((fUsed + skip) > fReserved); in push()762 auto op = (T*)(fBytes.get() + fUsed); in push()763 fUsed += skip; in push()780 auto end = fBytes.get() + fUsed; in map()992 fUsed = 0; in reset()