Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/entity_manager/
H A Dutils.cpp222 constexpr const std::array<char, 5> mathChars = {'+', '-', '%', '*', in templateCharReplace() local
227 std::find(mathChars.begin(), mathChars.end(), in templateCharReplace()
228 strPtr->at(nextItemIdx)) == mathChars.end()) in templateCharReplace()