Searched refs:hashmap_merge (Results 1 – 3 of 3) sorted by relevance
230 #define hashmap_merge(h, other) _hashmap_merge(PLAIN_HASHMAP(h), PLAIN_HASHMAP(other)) macro231 #define ordered_hashmap_merge(h, other) hashmap_merge(h, other)
1745 r = hashmap_merge((Hashmap*)copy, (Hashmap*)h); in _hashmap_copy()
527 TEST(hashmap_merge) { in TEST() argument548 assert_se(hashmap_merge(m, n) == 0); in TEST()