Searched refs:match_idx (Results 1 – 2 of 2) sorted by relevance
129 for (size_t match_idx = 0; match_idx < num_matches; match_idx++) { in DoExecute() local130 s.Printf("\n\t%s", matches.GetStringAtIndex(match_idx)); in DoExecute()
249 uint32_t match_idx = std::distance(begin_pos, pos); in FindLineEntryByAddress() local250 success = ConvertEntryAtIndexToLineEntry(match_idx, line_entry); in FindLineEntryByAddress()252 *index_ptr = match_idx; in FindLineEntryByAddress()