Home
last modified time | relevance | path

Searched refs:internal_hashmap_merge (Results 1 - 2 of 2) sorted by relevance

/third_party/eudev/src/shared/
H A Dhashmap.h247 int internal_hashmap_merge(Hashmap *h, Hashmap *other);
248 #define hashmap_merge(h, other) internal_hashmap_merge(PLAIN_HASHMAP(h), PLAIN_HASHMAP(other))
H A Dhashmap.c1609 int internal_hashmap_merge(Hashmap *h, Hashmap *other) { in internal_hashmap_merge() function

Completed in 5 milliseconds