Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Duncompression_dict_reader.cc57 assert(!rep->compression_dict_handle.IsNull()); in ReadUncompressionDictionary()
Dindex_builder.h177 if (use_value_delta_encoding_ && !last_encoded_handle_.IsNull()) { in AddIndexEntry()
Dblock_based_table_reader.cc875 } else if (found_range_del_block && !range_del_handle.IsNull()) { in ReadRangeDelBlock()
1002 if (!rep_->compression_dict_handle.IsNull()) { in PrefetchIndexAndFilterBlocks()
1557 if (handle.IsNull()) { in RetrieveMultipleBlocks()
1581 if (handle.IsNull()) { in RetrieveMultipleBlocks()
1637 if (handle.IsNull()) { in RetrieveMultipleBlocks()
2470 if (!block_handles[idx_in_batch].IsNull() || in MultiGet()
/rocksdb-6.9/table/
Dformat.h61 bool IsNull() const { return offset_ == 0 && size_ == 0; } in IsNull() function