Searched refs:PLAIN_HASHMAP (Results 1 – 1 of 1) sorted by relevance
/third_party/eudev/src/shared/ |
D | hashmap.h | 127 #define PLAIN_HASHMAP(h) \ macro 165 return (void*)hashmap_free_free_free(PLAIN_HASHMAP(h)); in ordered_hashmap_free_free_free() 183 return hashmap_put(PLAIN_HASHMAP(h), key, value); in ordered_hashmap_put() 188 return hashmap_update(PLAIN_HASHMAP(h), key, value); in ordered_hashmap_update() 193 return hashmap_replace(PLAIN_HASHMAP(h), key, value); in ordered_hashmap_replace() 206 return hashmap_get2(PLAIN_HASHMAP(h), key, rkey); in ordered_hashmap_get2() 227 return hashmap_remove2(PLAIN_HASHMAP(h), key, rkey); in ordered_hashmap_remove2() 232 return hashmap_remove_value(PLAIN_HASHMAP(h), key, value); in ordered_hashmap_remove_value() 237 return hashmap_remove_and_put(PLAIN_HASHMAP(h), old_key, new_key, value); in ordered_hashmap_remove_and_put() 242 return hashmap_remove_and_replace(PLAIN_HASHMAP(h), old_key, new_key, value); in ordered_hashmap_remove_and_replace() [all …]
|