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

/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-param-util-generated.h[all...]
H A Dgtest-param-util.h183 class ParamGenerator { class in namespace:testing::internal
187 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamGenerator
188 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} function in class:testing::internal::ParamGenerator
[all...]

Completed in 27 milliseconds