Home
last modified time | relevance | path

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

/external/grpc-grpc/test/core/transport/chttp2/
Dstream_map_test.cc42 GPR_ASSERT(nullptr == grpc_chttp2_stream_map_find(&map, 39128)); in test_empty_find()
55 GPR_ASSERT((void*)1 == grpc_chttp2_stream_map_find(&map, 1)); in test_double_deletion()
59 GPR_ASSERT(nullptr == grpc_chttp2_stream_map_find(&map, 1)); in test_double_deletion()
61 GPR_ASSERT(nullptr == grpc_chttp2_stream_map_find(&map, 1)); in test_double_deletion()
63 GPR_ASSERT(nullptr == grpc_chttp2_stream_map_find(&map, 1)); in test_double_deletion()
65 GPR_ASSERT(nullptr == grpc_chttp2_stream_map_find(&map, 1)); in test_double_deletion()
84 GPR_ASSERT(nullptr == grpc_chttp2_stream_map_find(&map, 0)); in test_basic_add_find()
85 GPR_ASSERT(nullptr == grpc_chttp2_stream_map_find(&map, n + 1)); in test_basic_add_find()
87 got = (uintptr_t)grpc_chttp2_stream_map_find(&map, i); in test_basic_add_find()
106 GPR_ASSERT(nullptr == grpc_chttp2_stream_map_find(map, 0)); in check_delete_evens()
[all …]
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dstream_map.cc68 GPR_ASSERT(grpc_chttp2_stream_map_find(map, key) == nullptr); in grpc_chttp2_stream_map_add()
130 GPR_ASSERT(grpc_chttp2_stream_map_find(map, key) == nullptr); in grpc_chttp2_stream_map_delete()
135 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);
Dchttp2_transport.cc725 GPR_ASSERT(grpc_chttp2_stream_map_find(&t->stream_map, s->id) == nullptr); in destroy_stream_locked()
790 grpc_chttp2_stream_map_find(&t->stream_map, id)); in grpc_chttp2_parsing_lookup_stream()