Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/
DParamGenerator.h49 ParamGenerator(std::vector<Params>... params) : mParams(params...), mIsEmpty(false) { in ParamGenerator() function
/third_party/mesa3d/src/gtest/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
/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util.h88 template <typename> class ParamGenerator; variable
187 explicit ParamGenerator(ParamGeneratorInterface<T>* impl) : impl_(impl) {} in ParamGenerator() function
188 ParamGenerator(const ParamGenerator& other) : impl_(other.impl_) {} in ParamGenerator() function