Searched refs:map_it (Results 1 – 1 of 1) sorted by relevance
166 it = std::find_if(map.begin(), end_it, [ptr](map_type::const_iterator::reference map_it) { in search_for() argument167 return map_it.second.contains(map_it.first, ptr); in search_for()