Home
last modified time | relevance | path

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

/third_party/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
/third_party/boringssl/src/third_party/googletest/include/gtest/internal/
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