Searched refs:grpc_transport_one_way_stats (Results 1 – 24 of 24) sorted by relevance
/external/grpc-grpc/src/core/lib/transport/ |
D | transport.h | 88 } 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);
|
D | transport.cc | 138 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/ |
D | transport.h | 122 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);
|
D | transport.cc | 107 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/ |
D | frame_rst_stream.h | 33 grpc_transport_one_way_stats* stats); 40 grpc_transport_one_way_stats* stats);
|
D | frame_rst_stream.cc | 35 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()
|
D | frame_window_update.h | 34 uint32_t id, uint32_t window_delta, grpc_transport_one_way_stats* stats);
|
D | frame_data.h | 74 grpc_transport_one_way_stats* stats,
|
D | hpack_encoder.h | 98 grpc_transport_one_way_stats* stats;
|
D | frame_window_update.cc | 31 uint32_t id, uint32_t window_delta, grpc_transport_one_way_stats* stats) { in grpc_chttp2_window_update_create()
|
D | frame_data.cc | 66 grpc_transport_one_way_stats* stats, in grpc_chttp2_encode_data()
|
D | writing.cc | 241 grpc_transport_one_way_stats throwaway_stats; in FlushWindowUpdates()
|
D | hpack_encoder.cc | 276 grpc_transport_one_way_stats* stats;
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | frame_rst_stream.h | 34 grpc_transport_one_way_stats* stats);
|
D | frame_window_update.h | 35 uint32_t id, uint32_t window_delta, grpc_transport_one_way_stats* stats);
|
D | frame_data.h | 76 grpc_transport_one_way_stats* stats,
|
D | hpack_encoder.h | 86 grpc_transport_one_way_stats* stats;
|
D | frame_rst_stream.cc | 32 grpc_transport_one_way_stats* stats) { in grpc_chttp2_rst_stream_create()
|
D | frame_window_update.cc | 29 uint32_t id, uint32_t window_update, grpc_transport_one_way_stats* stats) { in grpc_chttp2_window_update_create()
|
D | frame_data.cc | 74 grpc_transport_one_way_stats* stats, in grpc_chttp2_encode_data()
|
D | writing.cc | 228 grpc_transport_one_way_stats throwaway_stats; in FlushWindowUpdates()
|
D | hpack_encoder.cc | 77 grpc_transport_one_way_stats* stats;
|
/external/grpc-grpc/test/core/transport/chttp2/ |
D | hpack_encoder_test.cc | 99 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/ |
D | bm_chttp2_hpack.cc | 81 grpc_transport_one_way_stats stats; in BM_HpackEncoderEncodeDeadline() 131 grpc_transport_one_way_stats stats; in BM_HpackEncoderEncodeHeader()
|