| 458 | }; |
| 459 | |
| 460 | inline CustomMapValue UnsafeCustomMapValue( |
| 461 | const CustomMapValueDispatcher* absl_nonnull dispatcher |
| 462 | ABSL_ATTRIBUTE_LIFETIME_BOUND, |
| 463 | CustomMapValueContent content) { |
| 464 | return CustomMapValue(dispatcher, content); |
| 465 | } |
| 466 | |
| 467 | } // namespace cel |
| 468 |