Home
last modified time | relevance | path

Searched refs:grpc_chttp2_stream_map_destroy (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc/test/core/transport/chttp2/
Dstream_map_test.cc32 grpc_chttp2_stream_map_destroy(&map); in test_no_op()
43 grpc_chttp2_stream_map_destroy(&map); in test_empty_find()
66 grpc_chttp2_stream_map_destroy(&map); in test_double_deletion()
90 grpc_chttp2_stream_map_destroy(&map); in test_basic_add_find()
144 grpc_chttp2_stream_map_destroy(&map); in test_delete_evens_sweep()
164 grpc_chttp2_stream_map_destroy(&map); in test_delete_evens_incremental()
188 grpc_chttp2_stream_map_destroy(&map); in test_periodic_compaction()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dstream_map.h42 void grpc_chttp2_stream_map_destroy(grpc_chttp2_stream_map* map);
Dstream_map.cc40 void grpc_chttp2_stream_map_destroy(grpc_chttp2_stream_map* map) { in grpc_chttp2_stream_map_destroy() function
Dchttp2_transport.cc180 grpc_chttp2_stream_map_destroy(&t->stream_map); in destruct_transport()