| 2417 | fbb_.AddOffset(Schema::VT_CUSTOM_METADATA, custom_metadata); |
| 2418 | } |
| 2419 | void add_features(::flatbuffers::Offset<::flatbuffers::Vector<int64_t>> features) { |
| 2420 | fbb_.AddOffset(Schema::VT_FEATURES, features); |
| 2421 | } |
| 2422 | explicit SchemaBuilder(::flatbuffers::FlatBufferBuilder &_fbb) |
| 2423 | : fbb_(_fbb) { |
| 2424 | start_ = fbb_.StartTable(); |