Searched refs:ParamIteratorInterface (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.h10068 class ParamIteratorInterface { class in namespace:testing::internal
10070 virtual ~ParamIteratorInterface() {}
10082 virtual ParamIteratorInterface* Clone() const = 0;
10091 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
10095 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
10121 ParamIteratorInterface<T>* clone = impl_->Clone();
10134 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {}
10135 scoped_ptr<ParamIteratorInterface<T> > impl_;
10148 virtual ParamIteratorInterface<T>* Begin() const = 0;
10149 virtual ParamIteratorInterface<
[all...]

Completed in 106 milliseconds