Lines Matching defs:generator
59 // Input to a parameterized test name generator, describing a test parameter.
69 // A builtin parameterized test name generator which returns the result of
101 // A pointer to the base generator instance.
103 // to make sure that two iterators belong to the same generator.
106 // provided by the generator. The caller is responsible
119 // element in the sequence generated by the generator.
181 // Wraps ParamGeneratorInterface<T> and provides general generator syntax
247 // Having the same base generator guarantees that the other
294 // since the source can be located on the stack, and the generator
343 // Having the same base generator guarantees that the other
378 // Default parameterized test name generator, returns a string containing the
512 // A function that returns an instance of appropriate generator type.
539 // about a generator.
563 ParamGenerator<ParamType> generator((*gen_it->generator)());
576 generator.begin();
577 param_it != generator.end(); ++param_it, ++i) {
639 // <Instantiation name, Sequence generator creation function,
640 // Name generator function, Source file, Source line>
647 generator(generator_in),
653 GeneratorCreationFunc* generator;
877 // Having the same base generator guarantees that the other
988 // Having the same base generator guarantees that the other