Home | History | Annotate | Download | only in internal

Lines Matching refs:base_

202         : base_(base), value_(value), index_(index), step_(step) {}
206 return base_;
230 base_(other.base_), value_(other.value_), index_(other.index_),
236 const ParamGeneratorInterface<T>* const base_;
289 : base_(base), iterator_(iterator) {}
293 return base_;
329 base_(other.base_),
332 const ParamGeneratorInterface<T>* const base_;