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

  /external/lldb/source/Interpreter/
CommandObjectRegexCommand.cpp 71 for (uint32_t match_idx=1; match_idx <= m_max_matches; ++match_idx)
73 if (regex_match.GetMatchAtIndex (command, match_idx, match_str))
75 const int percent_var_len = ::snprintf (percent_var, sizeof(percent_var), "%%%u", match_idx);
  /external/lldb/source/Commands/
CommandObjectHelp.cpp 127 for (size_t match_idx = 0; match_idx < num_matches; match_idx++)
129 s.Printf ("\n\t%s", matches.GetStringAtIndex(match_idx));
  /external/lldb/source/Symbol/
LineTable.cpp 248 uint32_t match_idx = std::distance (begin_pos, pos); local
249 success = ConvertEntryAtIndexToLineEntry(match_idx, line_entry);
251 *index_ptr = match_idx;
  /external/lldb/examples/darwin/heap_find/
heap.py 453 match_idx = 0
548 match_idx += 1
    [all...]

Completed in 276 milliseconds