| 14356 | g3_.begin(), g4_, g4_.begin(), g5_, g5_.begin(), g6_, g6_.begin()); |
| 14357 | } |
| 14358 | virtual ParamIteratorInterface<ParamType>* End() const { |
| 14359 | return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), |
| 14360 | g4_, g4_.end(), g5_, g5_.end(), g6_, g6_.end()); |
| 14361 | } |
| 14362 | |
| 14363 | private: |
| 14364 | class Iterator : public ParamIteratorInterface<ParamType> { |