Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/transport/chttp2/
Dstream_map_test.cc54 grpc_chttp2_stream_map_add(&map, 1, (void*)1); in test_double_deletion()
81 grpc_chttp2_stream_map_add(&map, i, (void*)static_cast<uintptr_t>(i)); in test_basic_add_find()
136 grpc_chttp2_stream_map_add(&map, i, (void*)static_cast<uintptr_t>(i)); in test_delete_evens_sweep()
158 grpc_chttp2_stream_map_add(&map, i, (void*)static_cast<uintptr_t>(i)); in test_delete_evens_incremental()
180 grpc_chttp2_stream_map_add(&map, i, (void*)static_cast<uintptr_t>(i)); in test_periodic_compaction()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dstream_map.h46 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.cc702 grpc_chttp2_stream_map_add(&t->stream_map, s->id, s); in init_stream()
1177 grpc_chttp2_stream_map_add(&t->stream_map, s->id, s); in maybe_start_some_streams()