Searched refs:FindValueForCurrentKey (Results 1 – 3 of 3) sorted by relevance
294 bool FindValueForCurrentKey() { in FindValueForCurrentKey() function364 while (FindNextKey(skip, forward) && !FindValueForCurrentKey()) { in DoTheThing()
217 bool FindValueForCurrentKey();
682 if (!FindValueForCurrentKey()) { // assigns valid_ in PrevInternal()717 bool DBIter::FindValueForCurrentKey() { in FindValueForCurrentKey() function in ROCKSDB_NAMESPACE::DBIter