Home
last modified time | relevance | path

Searched refs:g4 (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.require/
Dinvoke.pass.cpp34 Array<char, 4>::type& g4() const &&;
47 static_assert(sizeof(std::__invoke(&Type::g4, std::declval<Type const&&>())) == 4, ""); in main()
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-param-util-generated.h3413 const ParamGenerator<T4>& g4) in CartesianProductGenerator4() argument
3414 : g1_(g1), g2_(g2), g3_(g3), g4_(g4) {} in CartesianProductGenerator4()
3436 const ParamGenerator<T4>& g4, in Iterator() argument
3442 begin4_(g4.begin()), end4_(g4.end()), current4_(current4) { in Iterator()
3564 const ParamGenerator<T4>& g4, const ParamGenerator<T5>& g5) in CartesianProductGenerator5() argument
3565 : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5) {} in CartesianProductGenerator5()
3587 const ParamGenerator<T4>& g4, in Iterator() argument
3595 begin4_(g4.begin()), end4_(g4.end()), current4_(current4), 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()
[all …]
/ndk/sources/third_party/googletest/googletest/include/gtest/
Dgtest-param-test.h1292 const Generator4& g4) { in Combine() argument
1295 g1, g2, g3, g4); in Combine()
1303 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()
[all …]