Home
last modified time | relevance | path

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

/openbmc/entity-manager/src/
H A Dutils.cpp297 auto exprEnd = split.end(); in templateCharReplace() local
299 number = expression::evaluate(number, exprBegin, exprEnd); in templateCharReplace()
302 while (exprBegin != exprEnd) in templateCharReplace()
309 while (exprEnd != split.end()) in templateCharReplace()
311 result.append(" ").append(*exprEnd++); in templateCharReplace()