Home
last modified time | relevance | path

Searched refs:new_it (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/signals2/detail/
Dslot_groups.hpp185 iterator new_it = _list.insert(list_it, value); in m_insert() local
197 _group_map.insert(typename map_type::value_type(key, new_it)); in m_insert()
/third_party/protobuf/src/google/protobuf/
Drepeated_field_reflection_unittest.cc346 MessageIterator new_it = old_it++; in TEST() local
347 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()
/third_party/glib/gio/
Dgunixmounts.c1877 GList *current_mounts, *new_it, *old_it; in mount_change_poller() local
1882 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()