Lines Matching refs:before
1011 static const struct { const char before; const char after; } match[] = {1016 std::replace(str.begin(), str.end(), match[i].before, match[i].after);