Searched refs:to_replace (Results 1 – 1 of 1) sorted by relevance
44 std::string to_replace("$PARAMETER_" + std::to_string(i + 1) + "$"); in __Parse() local45 auto position = json_benchmark.find(to_replace); in __Parse()47 LOGW(to_replace + " does not exist in .ditto file"); in __Parse()50 json_benchmark.replace(position, to_replace.size(), parameters[i]); in __Parse()