Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util-generated.h3920 const ParamGenerator<T6>& g6, const ParamGenerator<T7>& g7) in CartesianProductGenerator7() argument
3921 : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7) {} in CartesianProductGenerator7()
3950 const ParamGenerator<T7>& g7, in Iterator() argument
3959 begin7_(g7.begin()), end7_(g7.end()), current7_(current7) { in Iterator()
4123 const ParamGenerator<T6>& g6, const ParamGenerator<T7>& g7, in CartesianProductGenerator8() argument
4125 : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7), in CartesianProductGenerator8()
4156 const ParamGenerator<T7>& g7, in Iterator() argument
4167 begin7_(g7.begin()), end7_(g7.end()), current7_(current7), in Iterator()
4345 const ParamGenerator<T6>& g6, const ParamGenerator<T7>& g7, in CartesianProductGenerator9() argument
4347 : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6), g7_(g7), g8_(g8), in CartesianProductGenerator9()
[all …]
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-param-test.h1327 const Generator7& g7) { in Combine() argument
1330 g1, g2, g3, g4, g5, g6, g7); in Combine()
1340 const Generator7& g7, const Generator8& g8) { in Combine() argument
1343 g1, g2, g3, g4, g5, g6, g7, g8); in Combine()
1354 const Generator7& g7, const Generator8& g8, const Generator9& g9) { in Combine() argument
1357 g1, g2, g3, g4, g5, g6, g7, g8, g9); in Combine()
1369 const Generator7& g7, const Generator8& g8, const Generator9& g9, in Combine() argument
1374 g1, g2, g3, g4, g5, g6, g7, g8, g9, g10); in Combine()