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

/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h87 template <typename> class ParamGeneratorInterface;
91 // of ParamGeneratorInterface<T>.
99 virtual const ParamGeneratorInterface<T>* BaseGenerator() const = 0;
120 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
163 // ParamGeneratorInterface<T> is the binary interface to access generators
166 class ParamGeneratorInterface { class in namespace:testing::internal
170 virtual ~ParamGeneratorInterface() {}
177 // Wraps ParamGeneratorInterface<T> and provides general generator syntax
180 // ParamGeneratorInterface<T> instance is shared among all copies
187 explicit ParamGenerator(ParamGeneratorInterface<
[all...]
H A Dgtest-param-util-generated.h3163 : public ParamGeneratorInterface< ::testing::tuple<T1, T2> > {
3182 Iterator(const ParamGeneratorInterface<ParamType>* base,
3194 virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const {
3256 const ParamGeneratorInterface<ParamType>* const base_;
3278 : public ParamGeneratorInterface< ::testing::tuple<T1, T2, T3> > {
3298 Iterator(const ParamGeneratorInterface<ParamType>* base,
3313 virtual const ParamGeneratorInterface<ParamType>* BaseGenerator() const {
3384 const ParamGeneratorInterface<ParamType>* const base_;
3410 : public ParamGeneratorInterface< ::testing::tuple<T1, T2, T3, T4> > {
3432 Iterator(const ParamGeneratorInterface<ParamTyp
[all...]
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h85 template <typename> class ParamGeneratorInterface;
89 // of ParamGeneratorInterface<T>.
97 virtual const ParamGeneratorInterface<T>* BaseGenerator() const = 0;
118 // ParamGeneratorInterface<T>. It wraps ParamIteratorInterface<T>
161 // ParamGeneratorInterface<T> is the binary interface to access generators
164 class ParamGeneratorInterface { class in namespace:testing::internal
168 virtual ~ParamGeneratorInterface() {}
175 // Wraps ParamGeneratorInterface<T> and provides general generator syntax
178 // ParamGeneratorInterface<T> instance is shared among all copies
185 explicit ParamGenerator(ParamGeneratorInterface<
[all...]

Completed in 14 milliseconds