Home
last modified time | relevance | path

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

/drivers/peripheral/user_auth/hdi_service/common/inc/
Dlinked_list.h35 typedef struct LinkedListIterator { struct
37 bool (*hasNext)(struct LinkedListIterator *iterator); argument
38 void *(*next)(struct LinkedListIterator *iterator); argument
39 } LinkedListIterator; typedef