Home
last modified time | relevance | path

Searched refs:hashmap_merge (Results 1 – 2 of 2) sorted by relevance

/third_party/eudev/src/shared/
Dhashmap.h248 #define hashmap_merge(h, other) internal_hashmap_merge(PLAIN_HASHMAP(h), PLAIN_HASHMAP(other)) macro
249 #define ordered_hashmap_merge(h, other) hashmap_merge(h, other)
Dhashmap.c1758 r = hashmap_merge((Hashmap*)copy, (Hashmap*)h); in internal_hashmap_copy()