HomeSort by relevance Sort by last modified time
    Searched defs:grpc_ntohl (Results 1 - 3 of 3) sorted by null

  /external/grpc-grpc/src/core/lib/iomgr/
socket_utils_uv.cc 38 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } function
socket_utils_windows.cc 36 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } function
socket_utils_common_posix.cc 434 uint32_t grpc_ntohl(uint32_t netlong) { return ntohl(netlong); } function

Completed in 229 milliseconds