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

  /external/grpc-grpc/src/core/lib/transport/
transport.h 90 typedef struct grpc_transport_stream_stats { struct
93 } grpc_transport_stream_stats; typedef in typeref:struct:grpc_transport_stream_stats
98 void grpc_transport_move_stats(grpc_transport_stream_stats* from,
99 grpc_transport_stream_stats* to);
225 grpc_transport_stream_stats* collect_stats;
transport.cc 145 void grpc_transport_move_stats(grpc_transport_stream_stats* from,
146 grpc_transport_stream_stats* to) {
  /external/grpc-grpc/src/core/lib/channel/
channel_stack.h 77 grpc_transport_stream_stats transport_stream_stats;
  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
internal.h 519 grpc_transport_stream_stats* collecting_stats;
520 grpc_transport_stream_stats stats;
  /external/grpc-grpc/src/core/ext/filters/client_channel/
client_channel.cc     [all...]

Completed in 46 milliseconds