Home
last modified time | relevance | path

Searched refs:GRPC_STATS_INC_TCP_READ_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/debug/
Dstats_data.h410 #define GRPC_STATS_INC_TCP_READ_SIZE(value) \ macro
540 #define GRPC_STATS_INC_TCP_READ_SIZE(value) macro
/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc461 GRPC_STATS_INC_TCP_READ_SIZE(read_bytes); in tcp_do_read()