Home
last modified time | relevance | path

Searched refs:matchIt (Results 1 – 1 of 1) sorted by relevance

/openbmc/entity-manager/src/
H A Dperform_scan.cpp337 auto matchIt = std::find_if(matches.begin(), matches.end(), compare); in findExposeActionRecord() local
339 if (matchIt == matches.end()) in findExposeActionRecord()
344 return matchIt; in findExposeActionRecord()