Lines Matching refs:block_iter_
33 block_iter_.Seek(*target); in SeekImpl()
35 block_iter_.SeekToFirst(); in SeekImpl()
58 block_iter_.SeekToLast(); in SeekToLast()
64 block_iter_.Next(); in Next()
70 block_iter_.Prev(); in Prev()
80 block_iter_.status().IsIncomplete()) { in InitPartitionedIndexBlock()
98 read_options_, partitioned_index_handle, &block_iter_, in InitPartitionedIndexBlock()
116 if (!block_iter_.Valid()) { in FindKeyForward()
131 if (!block_iter_.status().ok()) { in FindBlockForward()
142 block_iter_.SeekToFirst(); in FindBlockForward()
143 } while (!block_iter_.Valid()); in FindBlockForward()
147 while (!block_iter_.Valid()) { in FindKeyBackward()
148 if (!block_iter_.status().ok()) { in FindKeyBackward()
157 block_iter_.SeekToLast(); in FindKeyBackward()