Lines Matching full:strend
680 const char *StrEnd = std::find(DiagStr, DiagEnd, '%');681 OutStr.append(DiagStr, StrEnd);682 DiagStr = StrEnd;