Searched defs:matchFunc (Results 1 – 2 of 2) sorted by relevance
51 IAM_STATIC ResultCode RemoveNode(LinkedList *list, void *condition, MatchFunc matchFunc, bool destr… in RemoveNode()
220 auto matchFunc = [name](const SectionName &sec) -> bool { in MatchSecName() local