Searched refs:next_item (Results 1 – 8 of 8) sorted by relevance
168 ListItem* next_item = existing_previous_item->next_; in Insert() local172 if (next_item) in Insert()174 next_item->prev_ = new_item; in Insert()229 ListItem* next_item = item->next_; in Erase() local232 if(next_item) in Erase()234 next_item->prev_ = 0; in Erase()236 first_ = next_item; in Erase()240 previous_item->next_ = next_item; in Erase()242 if (!next_item) in Erase()252 next_item->prev_ = previous_item; in Erase()
195 MapNoStlItem* next_item = item->next_; in Remove() local198 next_item->prev_ = 0; in Remove()199 first_ = next_item; in Remove()203 previous_item->next_ = next_item; in Remove()205 if (!next_item) in Remove()212 next_item->prev_ = previous_item; in Remove()
228 size_t next_item = 0; in CreateTrialsInChildProcess() local229 while (next_item < parent_trials.length()) { in CreateTrialsInChildProcess()230 size_t name_end = parent_trials.find(kPersistentStringSeparator, next_item); in CreateTrialsInChildProcess()231 if (name_end == parent_trials.npos || next_item == name_end) in CreateTrialsInChildProcess()237 std::string name(parent_trials, next_item, name_end - next_item); in CreateTrialsInChildProcess()240 next_item = group_name_end + 1; in CreateTrialsInChildProcess()
408 size_t next_item = 0; in CreateTrialsFromString() local409 while (next_item < trials_string.length()) { in CreateTrialsFromString()410 size_t name_end = trials_string.find(kPersistentStringSeparator, next_item); in CreateTrialsFromString()411 if (name_end == trials_string.npos || next_item == name_end) in CreateTrialsFromString()417 std::string name(trials_string, next_item, name_end - next_item); in CreateTrialsFromString()420 next_item = group_name_end + 1; in CreateTrialsFromString()
316 struct isakmp_frag_item *next_item; local318 next_item = item->frag_next;323 item = next_item;
724 for next_item in xorg_compose_sequences:727 item = next_item728 if sequence_unicode_cmp(item, next_item) != 0:730 item = next_item
257 GList* next_item = g_list_next(current_item); in gtk_custom_menu_item_hbox_expose() local258 if (next_item && GTK_IS_BUTTON(next_item->data)) { in gtk_custom_menu_item_hbox_expose()
249 GList* next_item = g_list_next(current_item); in gtk_custom_menu_item_hbox_expose() local250 if (next_item && GTK_IS_BUTTON(next_item->data)) { in gtk_custom_menu_item_hbox_expose()