Lines Matching defs:value
60 // Consists of the parameter value and the integer parameter index.
114 // to the pointed value. It is the caller's responsibility not to call
230 Iterator(const ParamGeneratorInterface<T>* base, T value, int index,
232 : base_(base), value_(value), index_(index), step_(step) {}
331 // We need to use cached value referenced by iterator_ because *iterator_
362 // A cached value of *iterator_. We keep it here to allow access by
365 // Use of std::unique_ptr helps manage cached value's lifetime,
396 // Stores a parameter value and later creates tests parameterized with that
397 // value.
434 // it for each Test/Parameter value combination. Thus it needs meta factory
546 return 0; // Return value used only to run this method in namespace scope.