Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Dtable_cache.cc421 void* row_ptr = new std::string(std::move(*row_cache_entry)); in Get() local
422 ioptions_.row_cache->Insert(row_cache_key.GetUserKey(), row_ptr, charge, in Get()
541 void* row_ptr = new std::string(std::move(row_cache_entry)); in MultiGet() local
542 ioptions_.row_cache->Insert(row_cache_key.GetUserKey(), row_ptr, charge, in MultiGet()