Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/transport/
Dtransport.h90 typedef struct grpc_transport_stream_stats { struct
93 } grpc_transport_stream_stats; argument
98 void grpc_transport_move_stats(grpc_transport_stream_stats* from,
99 grpc_transport_stream_stats* to);
225 grpc_transport_stream_stats* collect_stats;
Dtransport.cc145 void grpc_transport_move_stats(grpc_transport_stream_stats* from,
146 grpc_transport_stream_stats* to) {
/external/rust/crates/grpcio-sys/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) {
/external/rust/crates/grpcio-sys/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();
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/health/
Dhealth_check_client.h133 grpc_transport_stream_stats collect_stats_;
/external/grpc-grpc/src/core/lib/channel/
Dchannel_stack.h77 grpc_transport_stream_stats transport_stream_stats;
/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannel_stack.h87 grpc_transport_stream_stats transport_stream_stats;
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h519 grpc_transport_stream_stats* collecting_stats;
520 grpc_transport_stream_stats stats;
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc870 grpc_transport_stream_stats collect_stats;
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/
Dclient_channel.cc631 grpc_transport_stream_stats collect_stats;