Searched refs:g4_ (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-param-util-generated.h | 3414 : g1_(g1), g2_(g2), g3_(g3), g4_(g4) {} in CartesianProductGenerator4() 3419 g3_.begin(), g4_, g4_.begin()); in Begin() 3423 g4_, g4_.end()); in End() 3552 const ParamGenerator<T4> g4_; variable 3565 : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5) {} in CartesianProductGenerator5() 3570 g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin()); in Begin() 3574 g4_, g4_.end(), g5_, g5_.end()); in End() 3718 const ParamGenerator<T4> g4_; variable 3735 : g1_(g1), g2_(g2), g3_(g3), g4_(g4), g5_(g5), g6_(g6) {} in CartesianProductGenerator6() 3740 g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin()); in Begin() [all …]
|