Home
last modified time | relevance | path

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

/third_party/grpc/test/core/transport/chttp2/
Dstream_map_test.cc117 GPR_ASSERT((void*)(uintptr_t)i == grpc_chttp2_stream_map_delete(&map, i)); in test_delete_evens_sweep()
137 grpc_chttp2_stream_map_delete(&map, i); in test_delete_evens_incremental()
161 grpc_chttp2_stream_map_delete(&map, del)); in test_periodic_compaction()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dstream_map.h50 void* grpc_chttp2_stream_map_delete(grpc_chttp2_stream_map* map, uint32_t key);
Dstream_map.cc129 void* grpc_chttp2_stream_map_delete(grpc_chttp2_stream_map* map, uint32_t key) { in grpc_chttp2_stream_map_delete() function
Dchttp2_transport.cc1986 grpc_chttp2_stream_map_delete(&t->stream_map, id)); in remove_stream()