Searched refs:raw_data (Results 1 – 6 of 6) sorted by relevance
| /rocksdb-6.9/table/ |
| D | block_fetcher.cc | 111 std::unique_ptr<char[]> raw_data; in TryGetCompressedBlockFromPersistentCache() local 113 cache_options_, handle_, &raw_data, block_size_ + kBlockTrailerSize); in TryGetCompressedBlockFromPersistentCache() 115 heap_buf_ = CacheAllocationPtr(raw_data.release()); in TryGetCompressedBlockFromPersistentCache()
|
| D | persistent_cache_helper.cc | 48 std::unique_ptr<char[]>* raw_data, const size_t raw_data_size) { in LookupRawPage() argument 62 Status s = cache_options.persistent_cache->Lookup(key, raw_data, &size); in LookupRawPage()
|
| D | persistent_cache_helper.h | 35 std::unique_ptr<char[]>* raw_data,
|
| /rocksdb-6.9/table/plain/ |
| D | plain_table_bloom.cc | 35 void PlainTableBloomV1::SetRawData(char* raw_data, uint32_t total_bits, in SetRawData() argument 37 data_ = raw_data; in SetRawData()
|
| D | plain_table_bloom.h | 58 void SetRawData(char* raw_data, uint32_t total_bits, uint32_t num_blocks = 0);
|
| /rocksdb-6.9/test_util/ |
| D | testutil.cc | 78 std::string raw_data; in CompressibleString() local 79 RandomString(rnd, raw, &raw_data); in CompressibleString() 84 dst->append(raw_data); in CompressibleString()
|