Searched defs:iterator_ (Results 1 - 9 of 9) sorted by relevance

/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h289 : base_(base), iterator_(iterator) {}
296 ++iterator_;
302 // We need to use cached value referenced by iterator_ because *iterator_
304 // having "return &*iterator_;" doesn't work.
306 // can advance iterator_ beyond the end of the range, and we cannot
311 value_.reset(new T(*iterator_));
320 return iterator_ ==
321 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
330 iterator_(othe
333 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h289 : base_(base), iterator_(iterator) {}
296 ++iterator_;
302 // We need to use cached value referenced by iterator_ because *iterator_
304 // having "return &*iterator_;" doesn't work.
306 // can advance iterator_ beyond the end of the range, and we cannot
311 value_.reset(new T(*iterator_));
320 return iterator_ ==
321 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
330 iterator_(othe
333 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/
H A Dgtest-param-util.h289 : base_(base), iterator_(iterator) {}
296 ++iterator_;
302 // We need to use cached value referenced by iterator_ because *iterator_
304 // having "return &*iterator_;" doesn't work.
306 // can advance iterator_ beyond the end of the range, and we cannot
311 value_.reset(new T(*iterator_));
320 return iterator_ ==
321 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
330 iterator_(othe
333 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h289 : base_(base), iterator_(iterator) {}
296 ++iterator_;
302 // We need to use cached value referenced by iterator_ because *iterator_
304 // having "return &*iterator_;" doesn't work.
306 // can advance iterator_ beyond the end of the range, and we cannot
311 value_.reset(new T(*iterator_));
320 return iterator_ ==
321 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
330 iterator_(othe
333 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
/external/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-param-util.h309 : base_(base), iterator_(iterator) {}
316 ++iterator_;
322 // We need to use cached value referenced by iterator_ because *iterator_
324 // having "return &*iterator_;" doesn't work.
326 // can advance iterator_ beyond the end of the range, and we cannot
331 value_.reset(new T(*iterator_));
340 return iterator_ ==
341 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
350 iterator_(othe
353 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h307 : base_(base), iterator_(iterator) {}
314 ++iterator_;
320 // We need to use cached value referenced by iterator_ because *iterator_
322 // having "return &*iterator_;" doesn't work.
324 // can advance iterator_ beyond the end of the range, and we cannot
329 value_.reset(new T(*iterator_));
338 return iterator_ ==
339 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
348 iterator_(othe
351 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]
/external/chromium/net/tools/dump_cache/
H A Dupgrade.cc592 void* iterator_; member in class:__anon3213::SlaveSM
601 : BaseSM(channel), iterator_(NULL),
622 if (iterator_)
623 cache_->EndEnumeration(&iterator_);
736 rv = cache_->OpenNextEntry(&iterator_,
741 rv = cache_->OpenPrevEntry(&iterator_,
771 cache_->EndEnumeration(&iterator_);
/external/v8/src/
H A Dheap.h2179 ObjectIterator* iterator_; // object iterator for the current space. member in class:v8::internal::SpaceIterator
/external/ceres-solver/internal/ceres/gtest/
H A Dgtest.h10223 : base_(base), iterator_(iterator) {}
10230 ++iterator_;
10236 // We need to use cached value referenced by iterator_ because *iterator_
10238 // having "return &*iterator_;" doesn't work.
10240 // can advance iterator_ beyond the end of the range, and we cannot
10245 value_.reset(new T(*iterator_));
10254 return iterator_ ==
10255 CheckedDowncastToActualType<const Iterator>(&other)->iterator_;
10264 iterator_(othe
10267 typename ContainerType::const_iterator iterator_; member in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
[all...]

Completed in 819 milliseconds