Searched refs:hashmap_merge (Results 1 – 2 of 2) sorted by relevance
248 #define hashmap_merge(h, other) internal_hashmap_merge(PLAIN_HASHMAP(h), PLAIN_HASHMAP(other)) macro249 #define ordered_hashmap_merge(h, other) hashmap_merge(h, other)
1758 r = hashmap_merge((Hashmap*)copy, (Hashmap*)h); in internal_hashmap_copy()