| 2669 | class EmptyValueIterator final : public ValueIterator { |
| 2670 | public: |
| 2671 | bool HasNext() override { return false; } |
| 2672 | |
| 2673 | absl::Status Next(const google::protobuf::DescriptorPool* absl_nonnull descriptor_pool, |
| 2674 | google::protobuf::MessageFactory* absl_nonnull message_factory, |
no outgoing calls