| 883 | : begin_(map->begin()), end_(map->end()) {} |
| 884 | |
| 885 | bool HasNext() override { return begin_ != end_; } |
| 886 | |
| 887 | absl::Status Next(const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool, |
| 888 | google::protobuf::MessageFactory* absl_nonnull message_factory, |
no outgoing calls