Searched refs:stringstream (Results 1 - 25 of 51) sorted by relevance

123

/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock-cardinalities_test.cc41 using std::stringstream;
91 stringstream ss0;
95 stringstream ss1;
99 stringstream ss2;
103 stringstream ss3;
120 stringstream ss;
148 stringstream ss;
165 stringstream ss1;
170 stringstream ss2;
175 stringstream ss
[all...]
/freebsd-12-stable/lib/libdevdctl/
H A Dexception.cc51 using std::stringstream;
95 stringstream logstream;
H A Devent.cc75 using std::stringstream;
205 stringstream result;
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/
H A Dgtest-message.h68 // It will remember the text in a stringstream.
84 // Note that stringstream behaves differently in gcc and in MSVC. You
100 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT
105 explicit Message(const char* str) : ss_(new ::std::stringstream) {
227 const internal::scoped_ptr< ::std::stringstream> ss_;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.h52 std::stringstream O;
/freebsd-12-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-string.h160 // Gets the content of the stringstream's buffer as an std::string. Each '\0'
162 GTEST_API_ std::string StringStreamToString(::std::stringstream* stream);
/freebsd-12-stable/contrib/googletest/googlemock/src/
H A Dgmock-cardinalities.cc54 std::stringstream ss;
100 std::stringstream ss;
H A Dgmock-spec-builders.cc238 ::std::stringstream ss;
409 ::std::stringstream ss;
425 ::std::stringstream ss;
426 ::std::stringstream why;
427 ::std::stringstream loc;
521 ::std::stringstream ss;
/freebsd-12-stable/cddl/usr.sbin/zfsd/
H A Dzfsd_exception.cc59 using std::stringstream;
102 stringstream output;
H A Dzfsd_event.cc75 using std::stringstream;
315 stringstream msg;
329 stringstream msg;
341 stringstream msg;
354 stringstream msg;
H A Dvdev.cc71 using std::stringstream;
322 stringstream vdevGUIDString;
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc239 ::std::stringstream ss;
249 ::std::stringstream ss;
382 // Since ::std::stringstream::operator<<(const void *) formats the pointer
386 ::std::stringstream expected_result_stream;
1582 ::std::stringstream ss;
1589 ::std::stringstream ss;
1596 ::std::stringstream ss1;
1601 ::std::stringstream ss2;
1606 ::std::stringstream ss3;
1612 ::std::stringstream s
[all...]
H A Dgoogletest-message-test.cc148 ::std::stringstream ss;
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.cpp89 std::stringstream os;
/freebsd-12-stable/sys/contrib/zstd/contrib/gen_html/
H A Dgen_html.cpp65 void print_line(stringstream &sout, string line)
87 stringstream sout;
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h72 using EditLineStringStreamType = std::stringstream;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCommand.h141 std::stringstream SS;
H A DFuzzerDataFlowTrace.cpp33 std::stringstream SS(S);
47 std::stringstream SS(L.c_str() + 1);
H A DFuzzerSHA1.cpp210 std::stringstream SS;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DImportedFunctionsInliningStatistics.cpp77 std::stringstream Str;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/TextAPI/MachO/
H A DInterfaceFile.cpp89 std::stringstream Stream;
/freebsd-12-stable/contrib/libstdc++/include/std/
H A Dstd_iosfwd.h143 typedef basic_stringstream<char> stringstream; ///< @isiosfwd typedef
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp508 std::stringstream dbgstr;
604 std::stringstream dbgstr;
624 std::stringstream dbgstr;
659 std::stringstream dbgstr;
751 std::stringstream dbgstr;
/freebsd-12-stable/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc72 using std::stringstream;
535 stringstream evStringStream;
584 stringstream evStringStream;
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DCrashReason.cpp18 std::stringstream ss;

Completed in 289 milliseconds

123