Convert data to unsigned short.
| 135 | // Convert data to unsigned short. |
| 136 | // |
| 137 | static ushort ReturnAsUnsignedShort(unsigned char* data, bool) |
| 138 | { |
| 139 | return *reinterpret_cast<doublebyte*>(data); |
| 140 | } |
| 141 | |
| 142 | // |
| 143 | // Convert data to signed short. |
no outgoing calls
no test coverage detected