| 412 | }; |
| 413 | |
| 414 | inline CustomListValue UnsafeCustomListValue( |
| 415 | const CustomListValueDispatcher* absl_nonnull dispatcher |
| 416 | ABSL_ATTRIBUTE_LIFETIME_BOUND, |
| 417 | CustomListValueContent content) { |
| 418 | return CustomListValue(dispatcher, content); |
| 419 | } |
| 420 | |
| 421 | } // namespace cel |
| 422 |