Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/simulator_cache/
Dcache_simulator.h190 std::map<uint64_t, GetRequestStatus> getid_status_map_; variable
Dcache_simulator.cc131 GetRequestStatus& status = getid_status_map_[access.get_id]; in Access()