Home
last modified time | relevance | path

Searched defs:ParamGenerator (Results 1 – 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h84 template <typename> class ParamGenerator; variable
183 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} in ParamGenerator() function
184 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} in ParamGenerator() function