| 4669 | }; |
| 4670 | |
| 4671 | inline flatbuffers::Offset<PadV2Options> CreatePadV2Options( |
| 4672 | flatbuffers::FlatBufferBuilder &_fbb) { |
| 4673 | PadV2OptionsBuilder builder_(_fbb); |
| 4674 | return builder_.Finish(); |
| 4675 | } |
| 4676 | |
| 4677 | flatbuffers::Offset<PadV2Options> CreatePadV2Options(flatbuffers::FlatBufferBuilder &_fbb, const PadV2OptionsT *_o, const flatbuffers::rehasher_function_t *_rehasher = nullptr); |
| 4678 |