Searched refs:grpc_chttp2_stream_map (Results 1 – 4 of 4) sorted by relevance
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | stream_map.h | 38 } grpc_chttp2_stream_map; typedef 40 void grpc_chttp2_stream_map_init(grpc_chttp2_stream_map* map, 42 void grpc_chttp2_stream_map_destroy(grpc_chttp2_stream_map* map); 46 void grpc_chttp2_stream_map_add(grpc_chttp2_stream_map* map, uint32_t key, 51 void* grpc_chttp2_stream_map_delete(grpc_chttp2_stream_map* map, uint32_t key); 54 void* grpc_chttp2_stream_map_find(grpc_chttp2_stream_map* map, uint32_t key); 57 void* grpc_chttp2_stream_map_rand(grpc_chttp2_stream_map* map); 60 size_t grpc_chttp2_stream_map_size(grpc_chttp2_stream_map* map); 63 void grpc_chttp2_stream_map_for_each(grpc_chttp2_stream_map* map,
|
D | stream_map.cc | 28 void grpc_chttp2_stream_map_init(grpc_chttp2_stream_map* map, in grpc_chttp2_stream_map_init() 40 void grpc_chttp2_stream_map_destroy(grpc_chttp2_stream_map* map) { in grpc_chttp2_stream_map_destroy() 59 void grpc_chttp2_stream_map_add(grpc_chttp2_stream_map* map, uint32_t key, in grpc_chttp2_stream_map_add() 90 static void** find(grpc_chttp2_stream_map* map, uint32_t key) { in find() 118 void* grpc_chttp2_stream_map_delete(grpc_chttp2_stream_map* map, uint32_t key) { in grpc_chttp2_stream_map_delete() 135 void* grpc_chttp2_stream_map_find(grpc_chttp2_stream_map* map, uint32_t key) { in grpc_chttp2_stream_map_find() 140 size_t grpc_chttp2_stream_map_size(grpc_chttp2_stream_map* map) { in grpc_chttp2_stream_map_size() 144 void* grpc_chttp2_stream_map_rand(grpc_chttp2_stream_map* map) { in grpc_chttp2_stream_map_rand() 156 void grpc_chttp2_stream_map_for_each(grpc_chttp2_stream_map* map, in grpc_chttp2_stream_map_for_each()
|
D | internal.h | 312 grpc_chttp2_stream_map stream_map;
|
/external/grpc-grpc/test/core/transport/chttp2/ |
D | stream_map_test.cc | 27 grpc_chttp2_stream_map map; in test_no_op() 37 grpc_chttp2_stream_map map; in test_empty_find() 48 grpc_chttp2_stream_map map; in test_double_deletion() 71 grpc_chttp2_stream_map map; in test_basic_add_find() 101 static void check_delete_evens(grpc_chttp2_stream_map* map, uint32_t n) { in check_delete_evens() 128 grpc_chttp2_stream_map map; in test_delete_evens_sweep() 150 grpc_chttp2_stream_map map; in test_delete_evens_incremental() 170 grpc_chttp2_stream_map map; in test_periodic_compaction()
|