Searched refs:grpc_chttp2_stream_map (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | stream_map.h | 33 struct grpc_chttp2_stream_map { struct 40 void grpc_chttp2_stream_map_init(grpc_chttp2_stream_map* map, argument 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() 99 static void** find(grpc_chttp2_stream_map* map, uint32_t key) { in find() 129 void* grpc_chttp2_stream_map_delete(grpc_chttp2_stream_map* map, uint32_t key) { in grpc_chttp2_stream_map_delete() 145 void* grpc_chttp2_stream_map_find(grpc_chttp2_stream_map* map, uint32_t key) { in grpc_chttp2_stream_map_find() 150 size_t grpc_chttp2_stream_map_size(grpc_chttp2_stream_map* map) { in grpc_chttp2_stream_map_size() 154 void* grpc_chttp2_stream_map_rand(grpc_chttp2_stream_map* map) { in grpc_chttp2_stream_map_rand() 166 void grpc_chttp2_stream_map_for_each(grpc_chttp2_stream_map* map, in grpc_chttp2_stream_map_for_each()
|
D | internal.h | 281 grpc_chttp2_stream_map stream_map;
|