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

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h106 // of ParamIterator<T>.
123 class ParamIterator { class in namespace:testing::internal
129 // ParamIterator assumes ownership of the impl_ pointer.
130 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} function in class:testing::internal::ParamIterator
131 ParamIterator& operator=(const ParamIterator& other) {
140 ParamIterator& operator++() {
145 ParamIterator operator++(int /*unused*/) {
148 return ParamIterator(clon
159 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamIterator
[all...]

Completed in 11 milliseconds