Home
last modified time | relevance | path

Searched refs:grpc_transport_one_way_stats (Results 1 – 24 of 24) sorted by relevance

/external/grpc-grpc/src/core/lib/transport/
Dtransport.h88 } grpc_transport_one_way_stats; typedef
91 grpc_transport_one_way_stats incoming;
92 grpc_transport_one_way_stats outgoing;
95 void grpc_transport_move_one_way_stats(grpc_transport_one_way_stats* from,
96 grpc_transport_one_way_stats* to);
Dtransport.cc138 void grpc_transport_move_one_way_stats(grpc_transport_one_way_stats* from,
139 grpc_transport_one_way_stats* to) {
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dtransport.h122 struct grpc_transport_one_way_stats { struct
129 grpc_transport_one_way_stats incoming; argument
130 grpc_transport_one_way_stats outgoing;
133 void grpc_transport_move_one_way_stats(grpc_transport_one_way_stats* from,
134 grpc_transport_one_way_stats* to);
Dtransport.cc107 void grpc_transport_move_one_way_stats(grpc_transport_one_way_stats* from,
108 grpc_transport_one_way_stats* to) {
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dframe_rst_stream.h33 grpc_transport_one_way_stats* stats);
40 grpc_transport_one_way_stats* stats);
Dframe_rst_stream.cc35 grpc_transport_one_way_stats* stats) { in grpc_chttp2_rst_stream_create()
65 grpc_transport_one_way_stats* stats) { in grpc_chttp2_add_rst_stream_to_next_write()
Dframe_window_update.h34 uint32_t id, uint32_t window_delta, grpc_transport_one_way_stats* stats);
Dframe_data.h74 grpc_transport_one_way_stats* stats,
Dhpack_encoder.h98 grpc_transport_one_way_stats* stats;
Dframe_window_update.cc31 uint32_t id, uint32_t window_delta, grpc_transport_one_way_stats* stats) { in grpc_chttp2_window_update_create()
Dframe_data.cc66 grpc_transport_one_way_stats* stats, in grpc_chttp2_encode_data()
Dwriting.cc241 grpc_transport_one_way_stats throwaway_stats; in FlushWindowUpdates()
Dhpack_encoder.cc276 grpc_transport_one_way_stats* stats;
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dframe_rst_stream.h34 grpc_transport_one_way_stats* stats);
Dframe_window_update.h35 uint32_t id, uint32_t window_delta, grpc_transport_one_way_stats* stats);
Dframe_data.h76 grpc_transport_one_way_stats* stats,
Dhpack_encoder.h86 grpc_transport_one_way_stats* stats;
Dframe_rst_stream.cc32 grpc_transport_one_way_stats* stats) { in grpc_chttp2_rst_stream_create()
Dframe_window_update.cc29 uint32_t id, uint32_t window_update, grpc_transport_one_way_stats* stats) { in grpc_chttp2_window_update_create()
Dframe_data.cc74 grpc_transport_one_way_stats* stats, in grpc_chttp2_encode_data()
Dwriting.cc228 grpc_transport_one_way_stats throwaway_stats; in FlushWindowUpdates()
Dhpack_encoder.cc77 grpc_transport_one_way_stats* stats;
/external/grpc-grpc/test/core/transport/chttp2/
Dhpack_encoder_test.cc99 grpc_transport_one_way_stats stats; in verify()
219 grpc_transport_one_way_stats stats; in verify_table_size_change_match_elem_size()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_chttp2_hpack.cc81 grpc_transport_one_way_stats stats; in BM_HpackEncoderEncodeDeadline()
131 grpc_transport_one_way_stats stats; in BM_HpackEncoderEncodeHeader()