Searched defs:hashmap_merge (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dhashmap.h208 #define hashmap_merge(h, other) internal_hashmap_merge(PLAIN_HASHMAP(h), PLAIN_HASHMAP(other)) macro
209 #define ordered_hashmap_merge(h, other) hashmap_merge(h, other)
220 /* Unlike hashmap_merge, hashmap_move does not allow mixing the types. */

Completed in 36 milliseconds