Home
last modified time | relevance | path

Searched defs:GetValue (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/table/block_based/
Dcachable_entry.h113 T* GetValue() const { return value_; } in GetValue() function
/rocksdb-6.9/table/cuckoo/
Dcuckoo_table_builder.cc177 Slice CuckooTableBuilder::GetValue(uint64_t idx) const { in GetValue() function in ROCKSDB_NAMESPACE::CuckooTableBuilder