Searched refs:IsNull (Results 1 – 4 of 4) sorted by relevance
57 assert(!rep->compression_dict_handle.IsNull()); in ReadUncompressionDictionary()
177 if (use_value_delta_encoding_ && !last_encoded_handle_.IsNull()) { in AddIndexEntry()
875 } 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()
61 bool IsNull() const { return offset_ == 0 && size_ == 0; } in IsNull() function