Searched defs:Iterator (Results 1 - 1 of 1) sorted by relevance

/systemd/src/basic/
H A Dhashmap.h55 /* Ideally the Iterator would be an opaque struct, but it is instantiated
66 } Iterator; typedef in typeref:struct:__anon11
69 #define ITERATOR_FIRST ((Iterator) { .idx = _IDX_ITERATOR_FIRST, .next_key = NULL })
259 bool internal_hashmap_iterate(HashmapBase *h, Iterator *i, void **value, const void **key);
260 static inline bool hashmap_iterate(Hashmap *h, Iterator *i, void **value, const void **key) {
263 static inline bool ordered_hashmap_iterate(OrderedHashmap *h, Iterator *i, void **value, const void **key) {

Completed in 24 milliseconds