Home | History | Annotate | Download | only in gtest

Lines Matching full:strstream

931   StrStream val1_ss;
935 StrStream val2_ss;
1320 StrStream ss;
1504 // Converts the buffer in a StrStream to a String, converting NUL
1506 String StrStreamToString(StrStream* ss) {
1516 // We need to use a helper StrStream to do this transformation
1518 StrStream helper;