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

/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-param-util-generated.h[all...]
H A Dgtest-param-util.h159 class ParamGenerator { class in namespace:testing::internal
163 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamGenerator
164 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} function in class:testing::internal::ParamGenerator
[all...]

Completed in 89 milliseconds