Searched defs:ParamIteratorInterface (Results 1 - 9 of 9) 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/chromium_org/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/chromium_org/third_party/mesa/src/src/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/mesa3d/src/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/open-vcdiff/gtest/include/gtest/internal/
H A Dgtest-param-util.h90 class ParamIteratorInterface { class in namespace:testing::internal
92 virtual ~ParamIteratorInterface() {}
104 virtual ParamIteratorInterface* Clone() const = 0;
113 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
117 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
143 ParamIteratorInterface<T>* clone = impl_->Clone();
156 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {}
157 scoped_ptr<ParamIteratorInterface<T> > impl_;
170 virtual ParamIteratorInterface<T>* Begin() const = 0;
171 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...]
/external/libvpx/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 818 milliseconds