Home
last modified time | relevance | path

Searched refs:HASHMAP_DEBUG_SRC_ARGS (Results 1 – 3 of 3) sorted by relevance

/third_party/eudev/src/shared/
Dhashmap.h134 # define HASHMAP_DEBUG_SRC_ARGS , __func__, __FILE__, __LINE__ macro
138 # define HASHMAP_DEBUG_SRC_ARGS macro
144 #define hashmap_new(ops) internal_hashmap_new(ops HASHMAP_DEBUG_SRC_ARGS)
145 #define ordered_hashmap_new(ops) internal_ordered_hashmap_new(ops HASHMAP_DEBUG_SRC_ARGS)
178 … hashmap_ensure_allocated(h, ops) internal_hashmap_ensure_allocated(h, ops HASHMAP_DEBUG_SRC_ARGS)
179 …_ensure_allocated(h, ops) internal_ordered_hashmap_ensure_allocated(h, ops HASHMAP_DEBUG_SRC_ARGS)
Dset.h28 #define set_new(ops) internal_set_new(ops HASHMAP_DEBUG_SRC_ARGS)
46 #define set_ensure_allocated(h, ops) internal_set_ensure_allocated(h, ops HASHMAP_DEBUG_SRC_ARGS)
Dhashmap.c1751 copy = hashmap_base_new(h->hash_ops, h->type HASHMAP_DEBUG_SRC_ARGS); in internal_hashmap_copy()