Searched refs:new_it (Results 1 – 3 of 3) sorted by relevance
185 iterator new_it = _list.insert(list_it, value); in m_insert() local197 _group_map.insert(typename map_type::value_type(key, new_it)); in m_insert()
346 MessageIterator new_it = old_it++; in TEST() local347 EXPECT_FALSE(old_it == new_it); in TEST()354 old_it = new_it; in TEST()360 for (index = 0; new_it != rf_foreign_message.end(); ++new_it, ++index) { in TEST()361 EXPECT_EQ(message.repeated_foreign_message(index).c(), new_it->c()); in TEST()
1877 GList *current_mounts, *new_it, *old_it; in mount_change_poller() local1882 for ( new_it = current_mounts, old_it = mount_poller_mounts; in mount_change_poller()1883 new_it != NULL && old_it != NULL; in mount_change_poller()1884 new_it = g_list_next (new_it), old_it = g_list_next (old_it) ) in mount_change_poller()1886 if (g_unix_mount_compare (new_it->data, old_it->data) != 0) in mount_change_poller()1892 if (!(new_it == NULL && old_it == NULL)) in mount_change_poller()