Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dutils.hpp110 bool& fullMatch, int base = 10) in fromCharsWrapper() argument
115 fullMatch = result.ptr == std::next(str.begin(), str.size()); in fromCharsWrapper()
/openbmc/entity-manager/src/entity_manager/
H A Dutils.cpp303 bool fullMatch = false; in templateCharReplace() local
305 fromCharsWrapper(strView, temp, fullMatch, base); in templateCharReplace()
306 if (res.ec == std::errc{} && fullMatch) in templateCharReplace()
/openbmc/entity-manager/src/fru_device/
H A Dfru_device.cpp131 bool fullMatch = false; in busStrToInt() local
132 fromCharsWrapper(num, val, fullMatch); in busStrToInt()
743 bool fullMatch = false; in loadBlocklist() local
745 fullMatch, 16); in loadBlocklist()