Searched refs:splitResult (Results 1 – 1 of 1) sorted by relevance
241 std::vector<std::string> splitResult = split(end, ' '); in templateCharReplace() local244 if (splitResult.size() < 2) in templateCharReplace()248 for (const std::string& data : splitResult) in templateCharReplace()260 auto exprBegin = splitResult.begin(); in templateCharReplace()261 auto exprEnd = splitResult.end(); in templateCharReplace()273 while (exprEnd != splitResult.end()) in templateCharReplace()