Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dutils.cpp228 if (strPtr == nullptr) in templateCharReplace()
244 boost::ifind_first(*strPtr, templateName); in templateCharReplace()
250 size_t start = find.begin() - strPtr->begin(); in templateCharReplace()
253 if ((start == 0U) && find.end() == strPtr->end()) in templateCharReplace()
263 if (nextItemIdx > strPtr->size() || in templateCharReplace()
273 std::string prefix = strPtr->substr(0, start); in templateCharReplace()
276 std::string end = strPtr->substr(nextItemIdx); in templateCharReplace()
320 if (strPtr == nullptr) in templateCharReplace()
326 strPtr = keyPair.value().get_ptr<std::string*>(); in templateCharReplace()
327 if (strPtr == nullptr) in templateCharReplace()
[all …]