| 1598 | } |
| 1599 | |
| 1600 | JsonMapIterator IterateFields( |
| 1601 | const google::protobuf::MessageLite& message) const override { |
| 1602 | return reflection_.Struct().BeginFields( |
| 1603 | google::protobuf::DownCastMessage<google::protobuf::Message>(message)); |
| 1604 | } |
| 1605 | |
| 1606 | private: |
| 1607 | JsonReflection reflection_; |
no test coverage detected