Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dstream_map.cc76 GPR_DEBUG_ASSERT(grpc_chttp2_stream_map_find(map, key) == nullptr); in grpc_chttp2_stream_map_add()
141 GPR_DEBUG_ASSERT(grpc_chttp2_stream_map_find(map, key) == nullptr); 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() function
Dstream_map.h54 void* grpc_chttp2_stream_map_find(grpc_chttp2_stream_map* map, uint32_t key);
Dinternal.h683 grpc_chttp2_stream_map_find(&t->stream_map, id)); in grpc_chttp2_parsing_lookup_stream()
Dchttp2_transport.cc838 GPR_ASSERT(grpc_chttp2_stream_map_find(&t->stream_map, id) == nullptr); in ~grpc_chttp2_stream()