Lines Matching refs:generators
167 // ParamGeneratorInterface<T> is the binary interface to access generators
251 << "from different generators." << std::endl;
347 << "from different generators." << std::endl;
458 // and generators provided by INSTANTIATE_TEST_SUITE_P macro invocations
501 // macro invocations for a particular test suite and generators
504 // generators when asked.
847 const std::tuple<ParamGenerator<T>...>& generators,
850 begin_(std::get<I>(generators).begin()...),
851 end_(std::get<I>(generators).end()...),
881 << "from different generators." << std::endl;
992 << "from different generators." << std::endl;