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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2733 template <typename Iterator>
2735 typedef typename Iterator::value_type value_type;
10190 return new Iterator(this, begin_, 0, step_);
10193 return new Iterator(this, end_, end_index_, step_);
10197 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::RangeGenerator
10199 Iterator(const ParamGeneratorInterface<T>* base, T value, int index, function in class:testing::internal::RangeGenerator::Iterator
10202 virtual ~Iterator() {}
10212 return new Iterator(*this);
10222 CheckedDowncastToActualType<const Iterator>(&other)->index_;
10227 Iterator(cons function in class:testing::internal::RangeGenerator::Iterator
10284 class Iterator : public ParamIteratorInterface<T> { class in class:testing::internal::ValuesInIteratorRangeGenerator
10286 Iterator(const ParamGeneratorInterface<T>* base, function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
10324 Iterator(const Iterator& other) function in class:testing::internal::ValuesInIteratorRangeGenerator::Iterator
13793 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator2
13795 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator2::Iterator
13843 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator2::Iterator
13909 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator3
13911 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator3::Iterator
13967 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator3::Iterator
14043 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator4
14045 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator4::Iterator
14109 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator4::Iterator
14194 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator5
14196 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator5::Iterator
14268 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator5::Iterator
14364 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator6
14366 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator6::Iterator
14446 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator6::Iterator
14551 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator7
14553 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator7::Iterator
14641 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator7::Iterator
14757 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator8
14759 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator8::Iterator
14855 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator8::Iterator
14979 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator9
14981 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator9::Iterator
15085 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator9::Iterator
15219 class Iterator : public ParamIteratorInterface<ParamType> { class in class:testing::internal::CartesianProductGenerator10
15221 Iterator(const ParamGeneratorInterface<ParamType>* base, function in class:testing::internal::CartesianProductGenerator10::Iterator
15333 Iterator(const Iterator& other) function in class:testing::internal::CartesianProductGenerator10::Iterator
[all...]

Completed in 87 milliseconds