Searched refs:ServerKey (Results 1 – 2 of 2) sorted by relevance
105 typedef std::pair<int32_t, std::string> ServerKey; typedef109 bool findAndRemoveValidationRecord(const ServerKey& key, const bool value) REQUIRES(mMutex);125 std::map<ServerKey, bool> mValidationRecords GUARDED_BY(mMutex);
112 bool DnsMetricsListener::findAndRemoveValidationRecord(const ServerKey& key, const bool value) { in findAndRemoveValidationRecord()