| 14035 | g3_.begin(), g4_, g4_.begin()); |
| 14036 | } |
| 14037 | virtual ParamIteratorInterface<ParamType>* End() const { |
| 14038 | return new Iterator(this, g1_, g1_.end(), g2_, g2_.end(), g3_, g3_.end(), |
| 14039 | g4_, g4_.end()); |
| 14040 | } |
| 14041 | |
| 14042 | private: |
| 14043 | class Iterator : public ParamIteratorInterface<ParamType> { |