Searched defs:ParamIteratorInterface (Results 1 - 4 of 4) sorted by relevance

/external/chromium/testing/gtest/include/gtest/internal/
H A Dgtest-param-util.h69 class ParamIteratorInterface { class in namespace:testing::internal
71 virtual ~ParamIteratorInterface() {}
83 virtual ParamIteratorInterface* Clone() const = 0;
92 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
96 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
122 ParamIteratorInterface<T>* clone = impl_->Clone();
135 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {}
136 scoped_ptr<ParamIteratorInterface<T> > impl_;
149 virtual ParamIteratorInterface<T>* Begin() const = 0;
150 virtual ParamIteratorInterface<
[all...]
/external/gtest/include/gtest/internal/
H A Dgtest-param-util.h69 class ParamIteratorInterface { class in namespace:testing::internal
71 virtual ~ParamIteratorInterface() {}
83 virtual ParamIteratorInterface* Clone() const = 0;
92 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
96 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
122 ParamIteratorInterface<T>* clone = impl_->Clone();
135 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {}
136 scoped_ptr<ParamIteratorInterface<T> > impl_;
149 virtual ParamIteratorInterface<T>* Begin() const = 0;
150 virtual ParamIteratorInterface<
[all...]
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h69 class ParamIteratorInterface { class in namespace:testing::internal
71 virtual ~ParamIteratorInterface() {}
83 virtual ParamIteratorInterface* Clone() const = 0;
92 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
96 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
122 ParamIteratorInterface<T>* clone = impl_->Clone();
135 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {}
136 scoped_ptr<ParamIteratorInterface<T> > impl_;
149 virtual ParamIteratorInterface<T>* Begin() const = 0;
150 virtual ParamIteratorInterface<
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-param-util.h88 class ParamIteratorInterface { class in namespace:testing::internal
90 virtual ~ParamIteratorInterface() {}
102 virtual ParamIteratorInterface* Clone() const = 0;
111 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
115 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
141 ParamIteratorInterface<T>* clone = impl_->Clone();
154 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {}
155 scoped_ptr<ParamIteratorInterface<T> > impl_;
168 virtual ParamIteratorInterface<T>* Begin() const = 0;
169 virtual ParamIteratorInterface<
[all...]

Completed in 180 milliseconds