Searched refs:next_match (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp165 const ObjectNameToIndexMap::Entry *next_match = m_object_name_to_index_map.FindNextValueForName (match); local
166 while (next_match)
168 if (m_objects[next_match->value].ar_date == object_date)
169 return &m_objects[next_match->value];
170 next_match = m_object_name_to_index_map.FindNextValueForName (next_match);
/external/chromium_org/ui/views/controls/menu/
H A Dmenu_controller.cc247 next_match(-1) {
262 int next_match; member in struct:views::MenuController::SelectByCharDetails
1974 if (details.next_match == -1 && details.index_of_item != -1 &&
1976 details.next_match = i;
1999 } else if (details.index_of_item == -1 || details.next_match == -1) {
2003 SetSelection(submenu->GetMenuItemAt(details.next_match),
/external/elfutils/0.153/libcpu/
H A Di386_disasm.c382 next_match:
431 goto next_match;

Completed in 1215 milliseconds