Searched refs:step_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
191 return new Iterator(this, begin_, 0, step_);
194 return new Iterator(this, end_, end_index_, step_);
202 : base_(base), value_(value), index_(index), step_(step) {}
209 value_ = value_ + step_;
231 step_(other.step_) {}
239 const IncrementT step_; member in class:testing::internal::RangeGenerator::Iterator
256 const IncrementT step_; member in class:testing::internal::RangeGenerator
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
191 return new Iterator(this, begin_, 0, step_);
194 return new Iterator(this, end_, end_index_, step_);
202 : base_(base), value_(value), index_(index), step_(step) {}
209 value_ = value_ + step_;
231 step_(other.step_) {}
239 const IncrementT step_; member in class:testing::internal::RangeGenerator::Iterator
256 const IncrementT step_; member in class:testing::internal::RangeGenerator
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h187 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
191 return new Iterator(this, begin_, 0, step_);
194 return new Iterator(this, end_, end_index_, step_);
202 : base_(base), value_(value), index_(index), step_(step) {}
209 value_ = value_ + step_;
231 step_(other.step_) {}
239 const IncrementT step_; member in class:testing::internal::RangeGenerator::Iterator
256 const IncrementT step_; member in class:testing::internal::RangeGenerator
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h206 step_(step), end_index_(CalculateEndIndex(begin, end, step)) {}
210 return new Iterator(this, begin_, 0, step_);
213 return new Iterator(this, end_, end_index_, step_);
221 : base_(base), value_(value), index_(index), step_(step) {}
228 value_ = value_ + step_;
249 step_(other.step_) {}
257 const IncrementT step_; member in class:testing::internal::RangeGenerator::Iterator
274 const IncrementT step_; member in class:testing::internal::RangeGenerator
/external/chromium/chrome/browser/sync/syncable/
H A Dsyncable_unittest.cc1441 : role_(role), step_(step), directory_manager_(dirman) {}
1445 Step* const step_; member in class:syncable::__anon2377::ThreadBugDelegate
1451 base::AutoLock scoped_lock(step_->mutex);
1453 while (step_->number < 3) {
1454 while (step_->number % 2 != role_) {
1455 step_->condvar.Wait();
1457 switch (step_->number) {
1469 step_->metahandle = me.Get(META_HANDLE);
1478 Entry e(&trans, GET_BY_HANDLE, step_->metahandle);
1484 step_
[all...]
/external/chromium/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.cc159 int step_; member in class:cricket::AllocationSequence
535 running_(false), step_(0), flags_(flags) {
604 if (step_of_phase_[phase] != step_)
608 << " (Step=" << step_ << ")"; local
636 step_ += 1;

Completed in 212 milliseconds