reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
38 for (uint32_t match_idx = 1; match_idx <= m_max_matches; ++match_idx) { 38 for (uint32_t match_idx = 1; match_idx <= m_max_matches; ++match_idx) { 39 if (match_idx < matches.size()) { 40 const std::string match_str = matches[match_idx].str(); 42 ::snprintf(percent_var, sizeof(percent_var), "%%%u", match_idx);