Home
last modified time | relevance | path

Searched refs:stringstream (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-cardinalities_test.cc42 using std::stringstream;
91 stringstream ss0; in TEST()
95 stringstream ss1; in TEST()
99 stringstream ss2; in TEST()
103 stringstream ss3; in TEST()
120 stringstream ss; in TEST()
149 stringstream ss; in TEST()
165 stringstream ss1; in TEST()
169 stringstream ss2; in TEST()
173 stringstream ss3; in TEST()
[all …]
H A Dgmock-matchers_test.h79 using std::stringstream;
/freebsd/contrib/googletest/googletest/include/gtest/
H A Dgtest-message.h112 Message(const Message& msg) : ss_(new ::std::stringstream) { // NOLINT in Message()
117 explicit Message(const char* str) : ss_(new ::std::stringstream) { in Message()
223 const std::unique_ptr< ::std::stringstream> ss_;
/freebsd/cddl/usr.sbin/zfsd/
H A Dzfsd_event.cc75 using std::stringstream;
320 stringstream msg; in Process()
334 stringstream msg; in Process()
346 stringstream msg; in Process()
366 stringstream msg; in Process()
H A Dzfsd_exception.cc58 using std::stringstream;
101 stringstream output; in Log()
H A Dvdev.cc68 using std::stringstream;
319 stringstream vdevGUIDString; in GUIDString()
/freebsd/lib/libdevdctl/
H A Dexception.cc48 using std::stringstream;
92 stringstream logstream; in ParseException()
H A Devent.cc72 using std::stringstream;
202 stringstream result; in ToString()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVObject.cpp58 std::stringstream Stream; in lineAsString()
150 std::stringstream Stream; in printAttributes()
165 std::stringstream Stream; in print()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-printers-test.cc312 ::std::stringstream ss; in Print()
322 ::std::stringstream ss; in PrintByRef()
522 ::std::stringstream expected_result_stream; in PrintPointer()
1757 ::std::stringstream ss;
1764 ::std::stringstream ss;
1771 ::std::stringstream ss1;
1776 ::std::stringstream ss2;
1781 ::std::stringstream ss3;
1787 ::std::stringstream ss;
1794 ::std::stringstream ss;
[all …]
H A Dgoogletest-message-test.cc174 ::std::stringstream ss; in TEST()
/freebsd/contrib/llvm-project/libcxx/include/__fwd/
H A Dsstream.h35 using stringstream = basic_stringstream<char>; variable
53 class _LIBCPP_PREFERRED_NAME(stringstream)
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-cardinalities.cc54 std::stringstream ss; in BetweenCardinalityImpl()
100 std::stringstream ss; in FormatTimes()
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1195 ::std::stringstream ss; in GetCurrentAction()
1404 std::stringstream& ss;
1412 std::stringstream& ss;
1413 std::stringstream& why;
1414 std::stringstream& loc;
1827 ::std::stringstream ss; in InvokeWith()
1848 ::std::stringstream ss; in InvokeWith()
1849 ::std::stringstream why; in InvokeWith()
1850 ::std::stringstream loc; in InvokeWith()
/freebsd/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc70 using std::stringstream;
539 stringstream evStringStream; in TEST_F()
605 stringstream evStringStream; in TEST_F()
654 stringstream evStringStream; in TEST_F()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXRegisterInfo.h54 std::stringstream O; in getName()
/freebsd/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-string.h173 GTEST_API_ std::string StringStreamToString(::std::stringstream* stream);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DVLIWMachineScheduler.cpp535 std::stringstream dbgstr; in readyQueueVerboseDump()
624 std::stringstream dbgstr; in SchedulingCost()
644 std::stringstream dbgstr; in SchedulingCost()
679 std::stringstream dbgstr; in SchedulingCost()
755 std::stringstream dbgstr; in SchedulingCost()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dsstream.cppm
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDataFlowTrace.cpp33 std::stringstream SS(S); in AppendCoverage()
47 std::stringstream SS(L.c_str() + 1); in AppendCoverage()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_stats_timing.cpp89 std::stringstream os; in formatSI()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DExecutorSharedMemoryMapperService.cpp60 std::stringstream SharedMemoryNameStream; in reserve()
101 std::stringstream SharedMemoryNameStream; in reserve()
/freebsd/contrib/llvm-project/libcxx/src/support/ibm/
H A Dxlocale_zos.cpp99 std::stringstream ss(current_loc_name); in uselocale()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TraceExporter/common/
H A DTraceHTR.cpp395 std::stringstream stream; in toJSON()
446 std::stringstream stream; in toJSON()
/freebsd/contrib/llvm-project/libcxx/include/
H A Dsstream239 // Class template basic_stringstream [stringstream]
253 // [stringstream.cons] constructors
281 // [stringstream.assign] Assign and swap:
286 // [stringstream.members] Member functions:
306 typedef basic_stringstream<char> stringstream;
1120 // Class template basic_stringstream [stringstream]
1138 // [stringstream.cons] constructors
1199 // [stringstream.assign] Assign and swap:
1211 // [stringstream.members] Member functions:

123