test/map_tests.h

changeset 112
6384016df2a3
parent 103
08018864fb91
child 134
4d320dc3a7af
equal deleted inserted replaced
111:c8c59d7f4536 112:6384016df2a3
41 UCX_TEST_DECLARE(test_ucx_map_put); 41 UCX_TEST_DECLARE(test_ucx_map_put);
42 UCX_TEST_DECLARE(test_ucx_map_get); 42 UCX_TEST_DECLARE(test_ucx_map_get);
43 UCX_TEST_DECLARE(test_ucx_map_remove); 43 UCX_TEST_DECLARE(test_ucx_map_remove);
44 UCX_TEST_DECLARE(test_ucx_map_iterator); 44 UCX_TEST_DECLARE(test_ucx_map_iterator);
45 UCX_TEST_DECLARE(test_ucx_map_iterator_chain); 45 UCX_TEST_DECLARE(test_ucx_map_iterator_chain);
46 UCX_TEST_DECLARE(test_ucx_map_store_load);
47 UCX_TEST_DECLARE(test_ucx_map_store_load_with_mempool);
48 UCX_TEST_DECLARE(test_ucx_map_clone); 46 UCX_TEST_DECLARE(test_ucx_map_clone);
49 UCX_TEST_DECLARE(test_ucx_map_rehash); 47 UCX_TEST_DECLARE(test_ucx_map_rehash);
50 48
51 49
52 #ifdef __cplusplus 50 #ifdef __cplusplus

mercurial