Home
last modified time | relevance | path

Searched refs:step_ (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h209 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {} in RangeGenerator()
213 return new Iterator(this, begin_, 0, step_); in Begin()
216 return new Iterator(this, end_, end_index_, step_); in End()
224 : base_(base), value_(value), index_(index), step_(step) {} in Iterator()
231 value_ = static_cast<T>(value_ + step_); in Advance()
253 step_(other.step_) {} in Iterator()
261 const IncrementT step_; variable
278 const IncrementT step_; variable
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20098882 * infrun.c (follow_fork): Initialize new step_* locals
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20098882 * infrun.c (follow_fork): Initialize new step_* locals