| 2219 | } |
| 2220 | ELUBuilder &operator=(const ELUBuilder &); |
| 2221 | flatbuffers::Offset<ELU> Finish() { |
| 2222 | const auto end = fbb_.EndTable(start_); |
| 2223 | auto o = flatbuffers::Offset<ELU>(end); |
| 2224 | return o; |
| 2225 | } |
| 2226 | }; |
| 2227 | |
| 2228 | inline flatbuffers::Offset<ELU> CreateELU( |
no outgoing calls
no test coverage detected