| 757 | } |
| 758 | |
| 759 | inline const bytecode::BytecodeFile *GetBytecodeFile(const void *buf) { |
| 760 | return flatbuffers::GetRoot<bytecode::BytecodeFile>(buf); |
| 761 | } |
| 762 | |
| 763 | inline const bytecode::BytecodeFile *GetSizePrefixedBytecodeFile(const void *buf) { |
| 764 | return flatbuffers::GetSizePrefixedRoot<bytecode::BytecodeFile>(buf); |