Home
last modified time | relevance | path

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

/third_party/grpc/test/core/transport/chttp2/
Dstream_map_test.cc58 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/
Dstream_map.h45 void grpc_chttp2_stream_map_add(grpc_chttp2_stream_map* map, uint32_t key,
Dstream_map.cc59 void grpc_chttp2_stream_map_add(grpc_chttp2_stream_map* map, uint32_t key, in grpc_chttp2_stream_map_add() function
Dchttp2_transport.cc621 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()