Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dutils.cpp339 const char* strDataEndPtr = strView.data() + strView.size(); in templateCharReplace() local
341 std::from_chars(strView.data(), strDataEndPtr, temp, base); in templateCharReplace()
342 if (res.ec == std::errc{} && res.ptr == strDataEndPtr) in templateCharReplace()