Lines Matching refs:KeyHistory
76 class KeyHistory {
79 KeyHistory(T key, uid_t allowUid, int64_t time) in KeyHistory() function
96 KeyHistory(const KeyHistory &other) = default;
227 using History = std::map<std::string /* key */, std::shared_ptr<KeyHistory>>;
271 mHistory[lkey] = std::make_shared<KeyHistory>(*lhist);
286 std::shared_ptr<KeyHistory> keyHistory;
302 keyHistory = std::make_shared<KeyHistory>(
343 std::shared_ptr<KeyHistory> remoteKeyHistory;
359 std::shared_ptr<KeyHistory> keyHistory;
380 std::shared_ptr<KeyHistory> keyHistory =
396 std::shared_ptr<KeyHistory> keyHistory =
477 std::shared_ptr<KeyHistory> getKeyHistoryFromUrl( in getKeyHistoryFromUrl()
514 std::vector<std::shared_ptr<KeyHistory>> stale; in gc()
518 std::shared_ptr<KeyHistory> &keyHist = it->second; in gc()