test/map_tests.h

changeset 59
c80c910fe191
parent 53
e533c170bfb8
child 103
08018864fb91
equal deleted inserted replaced
58:733f22fca61a 59:c80c910fe191
10 10
11 #ifdef __cplusplus 11 #ifdef __cplusplus
12 extern "C" { 12 extern "C" {
13 #endif 13 #endif
14 14
15 UCX_TEST_DECLARE(test_ucx_map_new) 15 UCX_TEST_DECLARE(test_ucx_map_new);
16 UCX_TEST_DECLARE(test_ucx_key) 16 UCX_TEST_DECLARE(test_ucx_key);
17 UCX_TEST_DECLARE(test_ucx_map_put) 17 UCX_TEST_DECLARE(test_ucx_map_put);
18 UCX_TEST_DECLARE(test_ucx_map_get) 18 UCX_TEST_DECLARE(test_ucx_map_get);
19 UCX_TEST_DECLARE(test_ucx_map_remove) 19 UCX_TEST_DECLARE(test_ucx_map_remove);
20 UCX_TEST_DECLARE(test_ucx_map_iterator) 20 UCX_TEST_DECLARE(test_ucx_map_iterator);
21 UCX_TEST_DECLARE(test_ucx_map_iterator_chain) 21 UCX_TEST_DECLARE(test_ucx_map_iterator_chain);
22 UCX_TEST_DECLARE(test_ucx_map_store_load) 22 UCX_TEST_DECLARE(test_ucx_map_store_load);
23 UCX_TEST_DECLARE(test_ucx_map_store_load_with_mempool) 23 UCX_TEST_DECLARE(test_ucx_map_store_load_with_mempool);
24 UCX_TEST_DECLARE(test_ucx_map_clone) 24 UCX_TEST_DECLARE(test_ucx_map_clone);
25 UCX_TEST_DECLARE(test_ucx_map_rehash) 25 UCX_TEST_DECLARE(test_ucx_map_rehash);
26 26
27 27
28 #ifdef __cplusplus 28 #ifdef __cplusplus
29 } 29 }
30 #endif 30 #endif

mercurial