Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dutils.cpp90 std::string* strPtr = value.get_ptr<std::string*>(); in handleLeftOverTemplateVars() local
91 if (strPtr == nullptr) in handleLeftOverTemplateVars()
100 iFindFirst(*strPtr, std::string_view(templateChar)); in handleLeftOverTemplateVars()
108 strPtr->begin() + (findStart.end() - strPtr->begin()), in handleLeftOverTemplateVars()
109 strPtr->end()); in handleLeftOverTemplateVars()
119 templateVarEnd = strPtr->end(); in handleLeftOverTemplateVars()
130 strPtr->erase(findStart.begin(), templateVarEnd); in handleLeftOverTemplateVars()
190 std::string* strPtr = value.get_ptr<std::string*>(); in templateCharReplace() local
191 if (strPtr == nullptr) in templateCharReplace()
196 replaceAll(*strPtr, std::string(templateChar) + "index", in templateCharReplace()
[all …]