Searched refs:ghtonl (Results 1 – 6 of 6) sorted by relevance
321 LIBPROTOBUF_EXPORT uint32 ghtonl(uint32 x);
396 uint32 ghtonl(uint32 x) { in ghtonl() function
2262 tmp = ghtonl(tmp); in EncodeAsUTF8Char()
189 which defines `ghtonl()` to replace it. `ghtonl()` does the same thing `htonl()`190 does, only without its problems. We suggest you to use `ghtonl()` instead of197 file wherever `ghtonl()` and `ghtons()` are used. The library consists of a
957 tmp = ghtonl(tmp); in AppendUTF8()
734 uint32 length = ghtonl(default_string.length()); in DefaultValue()