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