Searched refs:regular_iter (Results 1 – 1 of 1) sorted by relevance
161 std::unique_ptr<InternalIterator> regular_iter( in CheckBlockContents() local167 regular_iter->Seek(keys[i]); in CheckBlockContents()168 ASSERT_OK(regular_iter->status()); in CheckBlockContents()169 ASSERT_TRUE(regular_iter->Valid()); in CheckBlockContents()171 Slice v = regular_iter->value(); in CheckBlockContents()181 regular_iter->Seek(key); in CheckBlockContents()182 ASSERT_TRUE(regular_iter->Valid()); in CheckBlockContents()