HomeSort by relevance Sort by last modified time
    Searched refs:next_match (Results 1 - 3 of 3) sorted by null

  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.cpp 165 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/
menu_controller.cc 247 next_match(-1) {
262 int next_match; member in struct:views::MenuController::SelectByCharDetails
    [all...]
  /external/elfutils/0.153/libcpu/
i386_disasm.c 382 next_match:
431 goto next_match;

Completed in 85 milliseconds