Home
last modified time | relevance | path

Searched refs:grpc_transport_stream_stats (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/src/core/lib/transport/
Dtransport.h128 struct grpc_transport_stream_stats { struct
136 void grpc_transport_move_stats(grpc_transport_stream_stats* from, argument
137 grpc_transport_stream_stats* to);
304 grpc_transport_stream_stats* collect_stats = nullptr;
Dtransport.cc114 void grpc_transport_move_stats(grpc_transport_stream_stats* from,
115 grpc_transport_stream_stats* to) {
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h562 grpc_transport_stream_stats* collecting_stats = nullptr;
563 grpc_transport_stream_stats stats = grpc_transport_stream_stats();
/third_party/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.h133 grpc_transport_stream_stats collect_stats_;
/third_party/grpc/src/core/lib/channel/
Dchannel_stack.h87 grpc_transport_stream_stats transport_stream_stats;
/third_party/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc631 grpc_transport_stream_stats collect_stats;