Searched refs:new_element (Results 1 – 2 of 2) sorted by relevance
45 auto new_element = new_elements_map.find(element_key); in FindRemovedElements() local46 if (new_element == new_elements_map.end()) { in FindRemovedElements()76 typename std::map<K, T>::const_iterator new_element = in FindCommonElements() local79 new_element != new_elements_map.end()) { in FindCommonElements()80 if (old_element->first == new_element->first) { in FindCommonElements()82 old_element->second, new_element->second)); in FindCommonElements()84 new_element++; in FindCommonElements()87 if (old_element->first < new_element->first) { in FindCommonElements()90 new_element++; in FindCommonElements()
383 const T *new_element = pair.second; in DumpDiffElements() local394 old_element, new_element, ir_diff_dumper, old_types, new_types, in DumpDiffElements()