| 914 | google::protobuf::Arena* arena); |
| 915 | |
| 916 | google::protobuf::Message* ValueFromValue(const google::protobuf::Message* prototype, |
| 917 | const CelValue& value, google::protobuf::Arena* arena) { |
| 918 | return ValueFromValue(prototype->New(arena), value, arena); |
| 919 | } |
| 920 | |
| 921 | google::protobuf::Message* ListFromValue(google::protobuf::Message* message, const CelValue& value, |
| 922 | google::protobuf::Arena* arena) { |
no test coverage detected