Searched refs:grpc_chttp2_stream_map_add (Results 1 – 4 of 4) sorted by relevance
/third_party/grpc/test/core/transport/chttp2/ |
D | stream_map_test.cc | 58 grpc_chttp2_stream_map_add(&map, i, (void*)static_cast<uintptr_t>(i)); in test_basic_add_find() 113 grpc_chttp2_stream_map_add(&map, i, (void*)static_cast<uintptr_t>(i)); in test_delete_evens_sweep() 135 grpc_chttp2_stream_map_add(&map, i, (void*)static_cast<uintptr_t>(i)); in test_delete_evens_incremental() 157 grpc_chttp2_stream_map_add(&map, i, (void*)static_cast<uintptr_t>(i)); in test_periodic_compaction()
|
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | stream_map.h | 45 void grpc_chttp2_stream_map_add(grpc_chttp2_stream_map* map, uint32_t key,
|
D | stream_map.cc | 59 void grpc_chttp2_stream_map_add(grpc_chttp2_stream_map* map, uint32_t key, in grpc_chttp2_stream_map_add() function
|
D | chttp2_transport.cc | 621 grpc_chttp2_stream_map_add(&t->stream_map, id, this); 1137 grpc_chttp2_stream_map_add(&t->stream_map, s->id, s); in maybe_start_some_streams()
|