Home
last modified time | relevance | path

Searched refs:CartesianProductHolder (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/googletest/googletest/include/gtest/
HDgtest-param-test.h406 internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) { in Combine()
407 return internal::CartesianProductHolder<Generator...>(g...); in Combine()
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
HDgtest-param-util.h942 class CartesianProductHolder {
944 CartesianProductHolder(const Gen&... g) : generators_(g...) {} in CartesianProductHolder() function