Searched refs:curr_i (Results 1 – 1 of 1) sorted by relevance
181 size_t curr_i = 0; in GetBreakpointAtIndex() local182 for (pos = m_breakpoints.begin(), curr_i = 0; pos != end; ++pos, ++curr_i) in GetBreakpointAtIndex()184 if (curr_i == i) in GetBreakpointAtIndex()197 size_t curr_i = 0; in GetBreakpointAtIndex() local198 for (pos = m_breakpoints.begin(), curr_i = 0; pos != end; ++pos, ++curr_i) in GetBreakpointAtIndex()200 if (curr_i == i) in GetBreakpointAtIndex()