Searched refs:match_idx (Results 1 – 4 of 4) sorted by relevance
37 for (uint32_t match_idx = 1; match_idx <= m_max_matches; ++match_idx) { in DoExecute() local38 if (match_idx < matches.size()) { in DoExecute()39 const std::string match_str = matches[match_idx].str(); in DoExecute()41 ::snprintf(percent_var, sizeof(percent_var), "%%%u", match_idx); in DoExecute()
137 for (size_t match_idx = 0; match_idx < num_matches; match_idx++) { in DoExecute() local138 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()
681 match_idx = 0791 match_idx += 1