reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
3163 : public ParamGeneratorInterface< ::testing::tuple<T1, T2> > { 3165 typedef ::testing::tuple<T1, T2> ParamType; 3167 CartesianProductGenerator2(const ParamGenerator<T1>& g1, 3183 const ParamGenerator<T1>& g1, 3259 const typename ParamGenerator<T1>::iterator begin1_; 3260 const typename ParamGenerator<T1>::iterator end1_; 3261 typename ParamGenerator<T1>::iterator current1_; 3271 const ParamGenerator<T1> g1_;