| 186 | } |
| 187 | |
| 188 | inline ByteStreamOutArrayLE::ByteStreamOutArrayLE(I64 alloc) : ByteStreamOutArray(alloc) |
| 189 | { |
| 190 | } |
| 191 | |
| 192 | inline BOOL ByteStreamOutArrayLE::put16bitsLE(const U8* bytes) |
| 193 | { |
nothing calls this directly
no outgoing calls
no test coverage detected