Searched refs:ListCompareProc (Results 1 – 2 of 2) sorted by relevance
118 typedef int (*ListCompareProc)(ListNode *node, ListNode *newNode); typedef131 void OH_ListAddWithOrder(struct ListNode *head, struct ListNode *item, ListCompareProc compareProc);
83 void OH_ListAddWithOrder(struct ListNode *head, struct ListNode *item, ListCompareProc compareProc) in OH_ListAddWithOrder()