Searched refs:match_idx (Results 1 - 4 of 4) sorted by relevance

/external/lldb/source/Interpreter/
H A DCommandObjectRegexCommand.cpp71 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/
H A DCommandObjectHelp.cpp127 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/
H A DLineTable.cpp248 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/
H A Dheap.py453 match_idx = 0
548 match_idx += 1

Completed in 162 milliseconds