Home | History | Annotate | Download | only in internal

Lines Matching refs:generator

91   // A pointer to the base generator instance.
93 // to make sure that two iterators belong to the same generator.
96 // provided by the generator. The caller is responsible
109 // element in the sequence generated by the generator.
167 // Generator interface definition
172 // Wraps ParamGeneratorInetrface<T> and provides general generator syntax
236 // Having the same base generator guarantees that the other
277 // since the source can be located on the stack, and the generator
327 // Having the same base generator guarantees that the other
459 // A function that returns an instance of appropriate generator type.
483 // about a generator.
504 ParamGenerator<ParamType> generator((*gen_it->second)());
513 generator.begin();
514 param_it != generator.end(); ++param_it, ++i) {
548 // Keeps pairs of <Instantiation name, Sequence generator creation function>