Home
last modified time | relevance | path

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

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