Searched refs:KeyHistory (Results 1 – 1 of 1) sorted by relevance
76 class KeyHistory {79 KeyHistory(T key, uid_t allowUid, int64_t time) in KeyHistory() function96 KeyHistory(const KeyHistory &other) = default;221 using History = std::map<std::string /* key */, std::shared_ptr<KeyHistory>>;265 mHistory[lkey] = std::make_shared<KeyHistory>(*lhist);280 std::shared_ptr<KeyHistory> keyHistory;296 keyHistory = std::make_shared<KeyHistory>(337 std::shared_ptr<KeyHistory> remoteKeyHistory;353 std::shared_ptr<KeyHistory> keyHistory;374 std::shared_ptr<KeyHistory> keyHistory =[all …]