| 14186 | g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin()); |
| 14187 | } |
| 14188 | virtual ParamIteratorInterface<ParamType>* End() const { |
| 14189 | return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), |
| 14190 | g4_, g4_.end(), g5_, g5_.end()); |
| 14191 | } |
| 14192 | |
| 14193 | private: |
| 14194 | class Iterator : public ParamIteratorInterface<ParamType> { |