Searched refs:internal_hashmap_move_one (Results 1 - 3 of 3) sorted by relevance
/third_party/eudev/src/shared/ |
H A D | hashmap.h | 268 int internal_hashmap_move_one(HashmapBase *h, HashmapBase *other, const void *key); 270 return internal_hashmap_move_one(HASHMAP_BASE(h), HASHMAP_BASE(other), key); in hashmap_move_one() 273 return internal_hashmap_move_one(HASHMAP_BASE(h), HASHMAP_BASE(other), key); in ordered_hashmap_move_one()
|
H A D | set.h | 79 return internal_hashmap_move_one(HASHMAP_BASE(s), HASHMAP_BASE(other), key); in set_move_one()
|
H A D | hashmap.c | 1708 int internal_hashmap_move_one(HashmapBase *h, HashmapBase *other, const void *key) { in internal_hashmap_move_one() function
|
Completed in 5 milliseconds