Home
last modified time | relevance | path

Searched defs:HEAP_EXPORT (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/uv/src/
Dheap-inl.h22 # define HEAP_EXPORT(declaration) __attribute__((unused)) static declaration macro
24 # define HEAP_EXPORT(declaration) static declaration macro
62 HEAP_EXPORT(void heap_init(struct heap* heap)) { in HEAP_EXPORT() function
67 HEAP_EXPORT(struct heap_node* heap_min(const struct heap* heap)) { in HEAP_EXPORT() function
106 HEAP_EXPORT(void heap_insert(struct heap* heap, in HEAP_EXPORT() function
150 HEAP_EXPORT(void heap_remove(struct heap* heap, in HEAP_EXPORT() function
239 HEAP_EXPORT(void heap_dequeue(struct heap* heap, heap_compare_fn less_than)) { in HEAP_EXPORT() function
/third_party/libuv/src/
Dheap-inl.h22 # define HEAP_EXPORT(declaration) __attribute__((unused)) static declaration macro
24 # define HEAP_EXPORT(declaration) static declaration macro
62 HEAP_EXPORT(void heap_init(struct heap* heap)) { in HEAP_EXPORT() function
67 HEAP_EXPORT(struct heap_node* heap_min(const struct heap* heap)) { in HEAP_EXPORT() function
106 HEAP_EXPORT(void heap_insert(struct heap* heap, in HEAP_EXPORT() function
150 HEAP_EXPORT(void heap_remove(struct heap* heap, in HEAP_EXPORT() function
239 HEAP_EXPORT(void heap_dequeue(struct heap* heap, heap_compare_fn less_than)) { in HEAP_EXPORT() function