Searched refs:iterator_ (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h313 : base_(base), iterator_(iterator) {}
320 ++iterator_;
326 // We need to use cached value referenced by iterator_ because *iterator_
328 // having "return &*iterator_;" doesn't work.
330 // can advance iterator_ beyond the end of the range, and we cannot
335 value_.reset(new T(*iterator_));
344 return iterator_ ==
345 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
354 iterator_(othe
357 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h311 : base_(base), iterator_(iterator) {}
318 ++iterator_;
324 // We need to use cached value referenced by iterator_ because *iterator_
326 // having "return &*iterator_;" doesn't work.
328 // can advance iterator_ beyond the end of the range, and we cannot
332 if (value_.get() == nullptr) value_.reset(new T(*iterator_));
341 return iterator_ ==
342 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
351 iterator_(othe
354 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]

Completed in 5 milliseconds