Searched refs:increment (Results 1 – 3 of 3) sorted by relevance
233 bool TooManyInternalKeysSkipped(bool increment = true);
1092 bool DBIter::TooManyInternalKeysSkipped(bool increment) { in TooManyInternalKeysSkipped() argument1098 } else if (increment) { in TooManyInternalKeysSkipped()
2262 bool Done(int64_t increment) { in Done() argument2263 if (increment <= 0) increment = 1; // avoid Done(0) and infinite loops in Done()2264 ops_ += increment; in Done()2269 if ((ops_ / granularity) != ((ops_ - increment) / granularity)) { in Done()