| 335 | } |
| 336 | |
| 337 | const CelMap* CreateFlatBuffersBackedObject(const uint8_t* flatbuf, |
| 338 | const reflection::Schema& schema, |
| 339 | google::protobuf::Arena* arena) { |
| 340 | return google::protobuf::Arena::Create<const FlatBuffersMapImpl>( |
| 341 | arena, *flatbuffers::GetAnyRoot(flatbuf), schema, *schema.root_table(), |
| 342 | arena); |
| 343 | } |
| 344 | |
| 345 | } // namespace runtime |
| 346 | } // namespace expr |