| 234 | } |
| 235 | |
| 236 | inline ByteStreamOutArrayBE::ByteStreamOutArrayBE(I64 alloc) : ByteStreamOutArray(alloc) |
| 237 | { |
| 238 | } |
| 239 | |
| 240 | inline BOOL ByteStreamOutArrayBE::put16bitsLE(const U8* bytes) |
| 241 | { |
nothing calls this directly
no outgoing calls
no test coverage detected