Searched defs:ParamIterator (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/ | ||
| H A D | gtest-param-util.h | 123 class ParamIterator { class in namespace:testing::internal 130 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} function in class:testing::internal::ParamIterator 159 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamIterator [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/ | ||
| H A D | gtest-param-util.h | 121 class ParamIterator { class in namespace:testing::internal 128 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} function in class:testing::internal::ParamIterator 157 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamIterator [all...] |
Completed in 4 milliseconds