Searched refs:reportedDeprecationMessages (Results 1 – 1 of 1) sorted by relevance
573 std::set<String16>& reportedDeprecationMessages = in shouldReportDeprecationMessage() local575 auto it = reportedDeprecationMessages.find(method); in shouldReportDeprecationMessage()576 if (it != reportedDeprecationMessages.end()) return false; in shouldReportDeprecationMessage()577 reportedDeprecationMessages.insert(it, method); in shouldReportDeprecationMessage()