Searched refs:ServerKey (Results 1 – 4 of 4) sorted by relevance
78 using ServerKey = std::tuple<int, std::string, int>;82 bool findAndRemoveValidationRecord(const ServerKey& key, int value) REQUIRES(mMutex);88 std::map<ServerKey, int> mValidationRecords GUARDED_BY(mMutex);
78 bool UnsolicitedEventListener::findAndRemoveValidationRecord(const ServerKey& key, int value) { in findAndRemoveValidationRecord()
102 typedef std::pair<int32_t, std::string> ServerKey; typedef106 bool findAndRemoveValidationRecord(const ServerKey& key, const bool value) REQUIRES(mMutex);122 std::map<ServerKey, bool> mValidationRecords GUARDED_BY(mMutex);
102 bool DnsMetricsListener::findAndRemoveValidationRecord(const ServerKey& key, const bool value) { in findAndRemoveValidationRecord()