Searched refs:matchFunc (Results 1 – 3 of 3) sorted by relevance
51 IAM_STATIC ResultCode RemoveNode(LinkedList *list, void *condition, MatchFunc matchFunc, bool destr… in RemoveNode() argument57 if (matchFunc == NULL) { in RemoveNode()64 if (matchFunc(node->data, condition)) { in RemoveNode()
47 …ResultCode (*remove)(struct LinkedList *list, void *condition, MatchFunc matchFunc, bool destroyNo…
220 auto matchFunc = [name](const SectionName &sec) -> bool { in MatchSecName() local227 return std::any_of(SECTION_NAMES, SECTION_NAMES + size, matchFunc); in MatchSecName()