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

/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h93 class ParamIteratorInterface { class in namespace:testing::internal
95 virtual ~ParamIteratorInterface() {}
107 virtual ParamIteratorInterface* Clone() const = 0;
116 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
120 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
146 ParamIteratorInterface<T>* clone = impl_->Clone();
159 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {}
160 scoped_ptr<ParamIteratorInterface<T> > impl_;
173 virtual ParamIteratorInterface<T>* Begin() const = 0;
174 virtual ParamIteratorInterface<
[all...]
H A Dgtest-param-util-generated.h3172 virtual ParamIteratorInterface<ParamType>* Begin() const {
3175 virtual ParamIteratorInterface<ParamType>* End() const {
3180 class Iterator : public ParamIteratorInterface<ParamType> {
3208 virtual ParamIteratorInterface<ParamType>* Clone() const {
3212 virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
3287 virtual ParamIteratorInterface<ParamType>* Begin() const {
3291 virtual ParamIteratorInterface<ParamType>* End() const {
3296 class Iterator : public ParamIteratorInterface<ParamType> {
3331 virtual ParamIteratorInterface<ParamType>* Clone() const {
3335 virtual bool Equals(const ParamIteratorInterface<ParamTyp
[all...]
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h91 class ParamIteratorInterface { class in namespace:testing::internal
93 virtual ~ParamIteratorInterface() {}
105 virtual ParamIteratorInterface* Clone() const = 0;
114 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
118 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
144 ParamIteratorInterface<T>* clone = impl_->Clone();
157 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {}
158 std::unique_ptr<ParamIteratorInterface<T> > impl_;
171 virtual ParamIteratorInterface<T>* Begin() const = 0;
172 virtual ParamIteratorInterface<
[all...]

Completed in 13 milliseconds