Home | History | Annotate | Download | only in gtest

Lines Matching refs:segment

4732   const char* segment = data;
4735 const char* const next_segment = strstr(segment, "]]>");
4738 segment, static_cast<std::streamsize>(next_segment - segment));
4740 segment = next_segment + strlen("]]>");
4742 *stream << segment;
6275 // sequences. Then we print one segment at a time. At the end of
6277 // next segment.
9071 // Prints a segment of bytes in the given object.