| 245 | } |
| 246 | |
| 247 | CelValue ValueFromMessage(const Duration* duration) { |
| 248 | return ValueFromDuration(DecodeDuration(*duration)); |
| 249 | } |
| 250 | |
| 251 | CelValue ValueFromTimestamp(const google::protobuf::Message* message) { |
| 252 | CEL_ASSIGN_OR_RETURN( |
no test coverage detected