Home
last modified time | relevance | path

Searched refs:sys_hashmap_iterator (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/sys/
Dhash_map_api.h44 struct sys_hashmap_iterator { struct
48 void (*next)(struct sys_hashmap_iterator *it); argument
68 static inline bool sys_hashmap_iterator_has_next(const struct sys_hashmap_iterator *it) in sys_hashmap_iterator_has_next() argument
95 struct sys_hashmap_iterator *it);
Dhash_map.h147 struct sys_hashmap_iterator it = {0}; in sys_hashmap_foreach()
/Zephyr-Core-3.5.0/lib/hash/
Dhash_map_cxx.cpp15 static void sys_hashmap_cxx_iter_next(struct sys_hashmap_iterator *it) in sys_hashmap_cxx_iter_next()
37 static void sys_hashmap_cxx_iter(const struct sys_hashmap *map, struct sys_hashmap_iterator *it) in sys_hashmap_cxx_iter()
Dhash_map_sc.c135 static void sys_hashmap_sc_iter_next(struct sys_hashmap_iterator *it) in sys_hashmap_sc_iter_next()
180 static void sys_hashmap_sc_iter(const struct sys_hashmap *map, struct sys_hashmap_iterator *it) in sys_hashmap_sc_iter()
Dhash_map_oa_lp.c166 static void sys_hashmap_oa_lp_iter_next(struct sys_hashmap_iterator *it) in sys_hashmap_oa_lp_iter_next()
201 static void sys_hashmap_oa_lp_iter(const struct sys_hashmap *map, struct sys_hashmap_iterator *it) in sys_hashmap_oa_lp_iter()