| 160 | } |
| 161 | |
| 162 | Offset FloatToFlatbuffer(FBB& fbb, flatbuf::Precision precision) { |
| 163 | return flatbuf::CreateFloatingPoint(fbb, precision).Union(); |
| 164 | } |
| 165 | |
| 166 | // ---------------------------------------------------------------------- |
| 167 | // Union implementation |
no test coverage detected