Searched refs:ParamIterator (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.h10081 // of ParamIterator<T>.
10098 class ParamIterator { class in namespace:testing::internal
10104 // ParamIterator assumes ownership of the impl_ pointer.
10105 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} function in class:testing::internal::ParamIterator
10106 ParamIterator& operator=(const ParamIterator& other) {
10115 ParamIterator& operator++() {
10120 ParamIterator operator++(int /*unused*/) {
10123 return ParamIterator(clon
10134 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamIterator
[all...]

Completed in 60 milliseconds