Home
last modified time | relevance | path

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

/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util.h98 class ParamIteratorInterface { class
100 virtual ~ParamIteratorInterface() {} in ~ParamIteratorInterface()
112 virtual ParamIteratorInterface* Clone() const = 0;
121 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
125 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
150 ParamIteratorInterface<T>* clone = impl_->Clone(); in operator ++()
163 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator()
164 std::unique_ptr<ParamIteratorInterface<T>> impl_;
177 virtual ParamIteratorInterface<T>* Begin() const = 0;
178 virtual ParamIteratorInterface<
[all...]
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-param-util.h98 class ParamIteratorInterface { class
100 virtual ~ParamIteratorInterface() = default;
112 virtual ParamIteratorInterface* Clone() const = 0;
121 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
125 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
150 ParamIteratorInterface<T>* clone = impl_->Clone(); in operator ++()
163 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator()
164 std::unique_ptr<ParamIteratorInterface<T>> impl_;
177 virtual ParamIteratorInterface<T>* Begin() const = 0;
178 virtual ParamIteratorInterface<
[all...]
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h91 class ParamIteratorInterface { class
93 virtual ~ParamIteratorInterface() {} in ~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(); in operator ++()
157 explicit ParamIterator(ParamIteratorInterface<T>* impl) : impl_(impl) {} in ParamIterator()
158 std::unique_ptr<ParamIteratorInterface<T> > impl_;
171 virtual ParamIteratorInterface<T>* Begin() const = 0;
172 virtual ParamIteratorInterface<
[all...]

Completed in 4 milliseconds