Searched refs:HASHMAP_DEBUG_PARAMS (Results 1 – 3 of 3) sorted by relevance
/third_party/eudev/src/shared/ |
D | hashmap.h | 133 # define HASHMAP_DEBUG_PARAMS , const char *func, const char *file, int line macro 137 # define HASHMAP_DEBUG_PARAMS macro 142 Hashmap *internal_hashmap_new(const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS); 143 OrderedHashmap *internal_ordered_hashmap_new(const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS); 176 …ernal_hashmap_ensure_allocated(Hashmap **h, const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS); 177 …ashmap_ensure_allocated(OrderedHashmap **h, const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS);
|
D | set.h | 27 Set *internal_set_new(const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS); 45 int internal_set_ensure_allocated(Set **s, const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS);
|
D | hashmap.c | 775 …se *hashmap_base_new(const struct hash_ops *hash_ops, enum HashmapType type HASHMAP_DEBUG_PARAMS) { in hashmap_base_new() argument 813 Hashmap *internal_hashmap_new(const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS) { in internal_hashmap_new() argument 817 OrderedHashmap *internal_ordered_hashmap_new(const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS)… in internal_ordered_hashmap_new() argument 821 Set *internal_set_new(const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS) { in internal_set_new() argument 826 enum HashmapType type HASHMAP_DEBUG_PARAMS) { in hashmap_base_ensure_allocated() argument 842 …rnal_hashmap_ensure_allocated(Hashmap **h, const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS) { in internal_hashmap_ensure_allocated() argument 846 …shmap_ensure_allocated(OrderedHashmap **h, const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS) { in internal_ordered_hashmap_ensure_allocated() argument 850 int internal_set_ensure_allocated(Set **s, const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS) { in internal_set_ensure_allocated() argument
|