| 4124 | flatbuffers::FlatBufferBuilder &fbb_; |
| 4125 | flatbuffers::uoffset_t start_; |
| 4126 | void add_acrossSpatial(int32_t acrossSpatial) { |
| 4127 | fbb_.AddElement<int32_t>(4, acrossSpatial, 0); |
| 4128 | } |
| 4129 | void add_channelShared(int32_t channelShared) { |
| 4130 | fbb_.AddElement<int32_t>(6, channelShared, 0); |
| 4131 | } |