Home | History | Annotate | Download | only in internal

Lines Matching refs:generator

72   // A pointer to the base generator instance.
74 // to make sure that two iterators belong to the same generator.
77 // provided by the generator. The caller is responsible
90 // element in the sequence generated by the generator.
148 // Generator interface definition
153 // Wraps ParamGeneratorInterface<T> and provides general generator syntax
217 // Having the same base generator guarantees that the other
265 // since the source can be located on the stack, and the generator
315 // Having the same base generator guarantees that the other
450 // A function that returns an instance of appropriate generator type.
474 // about a generator.
495 ParamGenerator<ParamType> generator((*gen_it->second)());
504 generator.begin();
505 param_it != generator.end(); ++param_it, ++i) {
538 // Keeps pairs of <Instantiation name, Sequence generator creation function>