Home | History | Annotate | Download | only in gtest

Lines Matching refs:next_segment

4735     const char* const next_segment = strstr(segment, "]]>");
4736 if (next_segment != NULL) {
4738 segment, static_cast<std::streamsize>(next_segment - segment));
4740 segment = next_segment + strlen("]]>");