Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dutils.cpp143 std::smatch regMatch; in match() local
144 return std::regex_search(value, regMatch, search); in match()