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

/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
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...]
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h181 class ParamGenerator { class in namespace:testing::internal
185 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} function in class:testing::internal::ParamGenerator
186 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} function in class:testing::internal::ParamGenerator
[all...]

Completed in 6 milliseconds