Searched refs:grpc_chttp2_stream_map_find (Results 1 – 4 of 4) sorted by relevance
76 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
54 void* grpc_chttp2_stream_map_find(grpc_chttp2_stream_map* map, uint32_t key);
683 grpc_chttp2_stream_map_find(&t->stream_map, id)); in grpc_chttp2_parsing_lookup_stream()
838 GPR_ASSERT(grpc_chttp2_stream_map_find(&t->stream_map, id) == nullptr); in ~grpc_chttp2_stream()