Searched refs:ghtonl (Results 1 – 10 of 10) sorted by relevance
120 inline uint32_t ghtonl(uint32_t x) { return gbswap_32(x); } in ghtonl() function129 inline uint32_t ghtonl(uint32_t x) { return x; } in ghtonl() function139 inline uint32_t gntohl(uint32_t x) { return ghtonl(x); } in gntohl()
163 EXPECT_EQ(absl::gntohl(absl::ghtonl(test)), test); in TEST()
121 inline uint32_t ghtonl(uint32_t x) { return gbswap_32(x); } in ghtonl() function130 inline uint32_t ghtonl(uint32_t x) { return x; } in ghtonl() function140 inline uint32_t gntohl(uint32_t x) { return ghtonl(x); } in gntohl()
273 uint32 ghtonl(uint32 x) { in ghtonl() function
342 PROTOBUF_EXPORT uint32 ghtonl(uint32 x);
2277 tmp = ghtonl(tmp); in EncodeAsUTF8Char()
954 tmp = ghtonl(tmp); in AppendUTF8()
854 uint32 length = ghtonl(default_string.length()); in DefaultValue()
184 "google::protobuf::ghtonl(unsigned int)";