Searched defs:HostToNet (Results 1 – 5 of 5) sorted by relevance
24 static inline int8_t HostToNet(int8_t value) in HostToNet() function28 static inline int16_t HostToNet(int16_t value) in HostToNet() function38 static inline int32_t HostToNet(int32_t value) in HostToNet() function53 static inline int64_t HostToNet(int64_t value) in HostToNet() function63 static inline uint8_t HostToNet(uint8_t value) in HostToNet() function67 static inline uint16_t HostToNet(uint16_t value) in HostToNet() function77 static inline uint32_t HostToNet(uint32_t value) in HostToNet() function92 static inline uint64_t HostToNet(uint64_t value) in HostToNet() function
24 float HostToNet(float value) in HostToNet() function54 double HostToNet(double value) in HostToNet() function
24 static inline int8_t HostToNet(int8_t value) in HostToNet() function28 static inline int16_t HostToNet(int16_t value) in HostToNet() function38 static inline int32_t HostToNet(int32_t value) in HostToNet() function53 static inline int64_t HostToNet(int64_t value) in HostToNet() function63 static inline uint8_t HostToNet(uint8_t value) in HostToNet() function67 static inline uint16_t HostToNet(uint16_t value) in HostToNet() function77 static inline uint32_t HostToNet(uint32_t value) in HostToNet() function92 static inline uint64_t HostToNet(uint64_t value) in HostToNet() function102 static inline bool HostToNet(bool value) in HostToNet() function112 inline double HostToNet(double value) in HostToNet() function
23 static inline uint16_t HostToNet(uint16_t value) in HostToNet() function33 static inline uint32_t HostToNet(uint32_t value) in HostToNet() function43 static inline uint64_t HostToNet(uint64_t value) in HostToNet() function
33 template<typename T> T HostToNet(const T &from) in HostToNet() function