Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util-generated.h4346 const ParamGenerator<T8>& g8, const ParamGenerator<T9>& g9) in CartesianProductGenerator9() argument
4348 g9_(g9) {} in CartesianProductGenerator9()
4382 const ParamGenerator<T9>& g9, in Iterator() argument
4393 begin9_(g9.begin()), end9_(g9.end()), current9_(current9) { in Iterator()
4585 const ParamGenerator<T8>& g8, const ParamGenerator<T9>& g9, in CartesianProductGenerator10() argument
4588 g9_(g9), g10_(g10) {} in CartesianProductGenerator10()
4622 const ParamGenerator<T9>& g9, in Iterator() argument
4635 begin9_(g9.begin()), end9_(g9.end()), current9_(current9), in Iterator()
5053 const Generator9& g9) in CartesianProductHolder9() argument
5055 g9_(g9) {} in CartesianProductHolder9()
[all …]
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-param-test.h1354 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()