Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-param-util.h86 template <typename> class ParamGenerator; variable
185 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} in ParamGenerator() function
186 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} in ParamGenerator() function