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

/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/
H A Dgtest-param-test.h410 internal::CartesianProductHolder<Generator...> Combine(const Generator&... g) {
411 return internal::CartesianProductHolder<Generator...>(g...);
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-param-util.h867 class CartesianProductHolder { class in namespace:testing
869 CartesianProductHolder(const Gen&... g) : generators_(g...) {} function in class:testing::CartesianProductHolder

Completed in 4 milliseconds