Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/simulator_cache/
Dcache_simulator.cc144 if (status.row_key_status.find(row_key) == status.row_key_status.end()) { in Access()
159 status.row_key_status[row_key] = result; in Access()
171 InsertResult inserted = status.row_key_status[row_key]; in Access()
182 status.row_key_status[row_key] = InsertResult::INSERTED; in Access()
Dcache_simulator.h186 std::map<std::string, InsertResult> row_key_status; member