Home | History | Annotate | Download | only in googletest

Lines Matching refs:next_segment

3180     const char* const next_segment = strstr(segment, "]]>");
3181 if (next_segment != NULL) {
3183 segment, static_cast<std::streamsize>(next_segment - segment));
3185 segment = next_segment + strlen("]]>");