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