Lines Matching defs:base
101 // A pointer to the base generator instance.
230 Iterator(const ParamGeneratorInterface<T>* base, T value, int index,
232 : base_(base), value_(value), index_(index), step_(step) {}
247 // Having the same base generator guarantees that the other
316 Iterator(const ParamGeneratorInterface<T>* base,
318 : base_(base), iterator_(iterator) {}
343 // Having the same base generator guarantees that the other
418 // TestMetaFactoryBase is a base class for meta-factories that create
520 // Test suite base name for display purposes.
528 // test_suite_name is the base name of the test suite (without invocation
531 // test suite base name and DoBar is test base name.
846 IteratorImpl(const ParamGeneratorInterface<ParamType>* base,
849 : base_(base),
877 // Having the same base generator guarantees that the other
969 Iterator(const ParamGeneratorInterface<To>* base, ParamIterator<From> it,
971 : base_(base), it_(it), end_(end) {
988 // Having the same base generator guarantees that the other