Searched refs:NetworkToHost (Results 1 – 1 of 1) sorted by relevance
65 template <typename T> static T NetworkToHost(T in);68 template<> int8_t NetworkToHost(int8_t in) { return in; } in NetworkToHost() function70 template<> int16_t NetworkToHost(int16_t in) { return ntohs(in); } in NetworkToHost() function72 template<> int32_t NetworkToHost(int32_t in) { return ntohl(in); } in NetworkToHost() function545 return HandleResult(res, NetworkToHost(out), static_cast<jbyte>(-1)); in ReadByte()554 return HandleResult(res, NetworkToHost(out), static_cast<jshort>(-1)); in ReadInt16()563 return HandleResult(res, NetworkToHost(out), -1); in ReadInt32()