Searched defs:ListNode (Results 1 – 3 of 3) sorted by relevance
45 struct ListNode { struct47 struct ListNode *Next; argument
48 struct ListNode { struct50 struct ListNode *Next; argument
130 ListNode() { Initialize(); } in ListNode() function