HomeSort by relevance Sort by last modified time
    Searched refs:GRPC_STATS_INC_TCP_WRITE_IOV_SIZE (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/src/core/lib/debug/
stats_data.h 407 #define GRPC_STATS_INC_TCP_WRITE_IOV_SIZE(value) \
408 grpc_stats_inc_tcp_write_iov_size((int)(value))
409 void grpc_stats_inc_tcp_write_iov_size(int x);
539 #define GRPC_STATS_INC_TCP_WRITE_IOV_SIZE(value)
  /external/grpc-grpc/src/core/lib/iomgr/
tcp_posix.cc 832 GRPC_STATS_INC_TCP_WRITE_IOV_SIZE(iov_size);
    [all...]

Completed in 47 milliseconds