Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util-generated.h3564 const ParamGenerator<T4>& g4, const ParamGenerator<T5>& g5) in CartesianProductGenerator5() argument
3565 : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5) {} in CartesianProductGenerator5()
3589 const ParamGenerator<T5>& g5, in Iterator() argument
3596 begin5_(g5.begin()), end5_(g5.end()), current5_(current5) { in Iterator()
3733 const ParamGenerator<T4>& g4, const ParamGenerator<T5>& g5, in CartesianProductGenerator6() argument
3735 : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6) {} in CartesianProductGenerator6()
3759 const ParamGenerator<T5>& g5, in Iterator() argument
3768 begin5_(g5.begin()), end5_(g5.end()), current5_(current5), in Iterator()
3919 const ParamGenerator<T4>& g4, const ParamGenerator<T5>& g5, in CartesianProductGenerator7() argument
3921 : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7) {} in CartesianProductGenerator7()
[all …]
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-param-test.h1303 const Generator4& g4, const Generator5& g5) { in Combine() argument
1306 g1, g2, g3, g4, g5); in Combine()
1314 const Generator4& g4, const Generator5& g5, const Generator6& g6) { in Combine() argument
1317 g1, g2, g3, g4, g5, g6); in Combine()
1326 const Generator4& g4, const Generator5& g5, const Generator6& g6, in Combine() argument
1330 g1, g2, g3, g4, g5, g6, g7); in Combine()
1339 const Generator4& g4, const Generator5& g5, const Generator6& g6, in Combine() argument
1343 g1, g2, g3, g4, g5, g6, g7, g8); in Combine()
1353 const Generator4& g4, const Generator5& g5, const Generator6& g6, in Combine() argument
1357 g1, g2, g3, g4, g5, g6, g7, g8, g9); in Combine()
[all …]