| 328 | }; |
| 329 | |
| 330 | inline OpaqueValue UnsafeOpaqueValue(const OpaqueValueDispatcher* absl_nonnull |
| 331 | dispatcher ABSL_ATTRIBUTE_LIFETIME_BOUND, |
| 332 | OpaqueValueContent content) { |
| 333 | return OpaqueValue(dispatcher, content); |
| 334 | } |
| 335 | |
| 336 | } // namespace cel |
| 337 |