Searched refs:contains_matching_data (Results 1 – 1 of 1) sorted by relevance
220 static bool contains_matching_data(const ProgramUsage& a, const ProgramUsage& b) { in contains_matching_data() function296 return contains_matching_data(*this, that) && in operator ==()297 contains_matching_data(that, *this); in operator ==()