| 285 | CelValue CelValue::CreateList() { return CreateList(EmptyCelList::Get()); } |
| 286 | |
| 287 | CelValue CelValue::CreateMap() { return CreateMap(EmptyCelMap::Get()); } |
| 288 | |
| 289 | CelValue CreateErrorValue(cel::MemoryManagerRef manager, |
| 290 | absl::string_view message, |