Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dutils.cpp294 std::string_view strView = *strPtr; in templateCharReplace() local
296 if (strView.starts_with("0x")) in templateCharReplace()
298 strView.remove_prefix(2); in templateCharReplace()
305 fromCharsWrapper(strView, temp, fullMatch, base); in templateCharReplace()