| 1231 | } |
| 1232 | |
| 1233 | inline const reflection::Schema *GetSchema(const void *buf) { |
| 1234 | return flatbuffers::GetRoot<reflection::Schema>(buf); |
| 1235 | } |
| 1236 | |
| 1237 | inline const reflection::Schema *GetSizePrefixedSchema(const void *buf) { |
| 1238 | return flatbuffers::GetSizePrefixedRoot<reflection::Schema>(buf); |