Home
last modified time | relevance | path

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

/base/user_iam/auth_executor_mgr/common/common/inc/
Dlinked_list.h26 typedef struct LinkedListNode { struct
28 struct LinkedListNode *next; argument
29 } LinkedListNode; typedef