Home
last modified time | relevance | path

Searched refs:valid_batch_idx (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.cc1632 size_t valid_batch_idx = 0; in RetrieveMultipleBlocks() local
1641 assert(valid_batch_idx < req_idx_for_block.size()); in RetrieveMultipleBlocks()
1642 assert(valid_batch_idx < req_offset_for_block.size()); in RetrieveMultipleBlocks()
1643 assert(req_idx_for_block[valid_batch_idx] < read_reqs.size()); in RetrieveMultipleBlocks()
1644 size_t& req_idx = req_idx_for_block[valid_batch_idx]; in RetrieveMultipleBlocks()
1645 size_t& req_offset = req_offset_for_block[valid_batch_idx]; in RetrieveMultipleBlocks()
1646 valid_batch_idx++; in RetrieveMultipleBlocks()