Searched refs:gntohl (Results 1 – 14 of 14) sorted by relevance
144 int32_t GetMagic() const { return gntohl(magic_nbytes_); } in GetMagic()149 return gntohl(file_format_version_nbytes_); in GetFileFormatVersion()156 int32_t GetMaxProtoSize() const { return gntohl(max_proto_size_nbytes_); } in GetMaxProtoSize()162 int32_t GetLogChecksum() const { return gntohl(log_checksum_nbytes_); } in GetLogChecksum()175 return gntohl(header_checksum_nbytes_); in GetHeaderChecksum()1151 int32_t host_order_metadata = gntohl(portable_metadata); in ReadProtoMetadata()
199 inline uint32_t gntohl(uint32_t x) { return ghtonl(x); } in gntohl() function
139 inline uint32_t gntohl(uint32_t x) { return ghtonl(x); } in gntohl() function
165 EXPECT_EQ(absl::gntohl(absl::ghtonl(test)), test); in TEST()
163 EXPECT_EQ(absl::gntohl(absl::ghtonl(test)), test); in TEST()
140 inline uint32_t gntohl(uint32_t x) { return ghtonl(x); } in gntohl() function