Lines Matching refs:ParamGenerator
61 internal::ParamGenerator<
66 internal::ParamGenerator<T> ValuesIn(const T (&array)[N]);
69 internal::ParamGenerator<typename Container::value_type> ValuesIn(
81 operator ParamGenerator<T>() const { return ValuesIn(&v1_, &v1_ + 1); }
100 operator ParamGenerator<T>() const {
135 CartesianProductGenerator$i($for j, [[const ParamGenerator<T$j>& g$j]])
151 const ParamGenerator<T$j>& g$j,
152 const typename ParamGenerator<T$j>::iterator& current$(j)]])
235 const typename ParamGenerator<T$j>::iterator begin$(j)_;
236 const typename ParamGenerator<T$j>::iterator end$(j)_;
237 typename ParamGenerator<T$j>::iterator current$(j)_;
248 const ParamGenerator<T$j> g$(j)_;
259 // casting CartesianProductGeneratorN<T> to ParamGenerator<U> if T is
272 operator ParamGenerator< ::std::tr1::tuple<$for j, [[T$j]]> >() const {
273 return ParamGenerator< ::std::tr1::tuple<$for j, [[T$j]]> >(
277 static_cast<ParamGenerator<T$j> >(g$(j)_)