Home
last modified time | relevance | path

Searched refs:oss_ (Results 1 – 25 of 59) sorted by relevance

123

/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tlx/logger/
H A Dcore.cpp89 prefix_hook->add_log_prefix(oss_); in Logger()
93 oss_ << '\n'; in ~Logger()
94 (*s_logger_output_hook).append_log_line(oss_.str()); in ~Logger()
100 prefix_hook->add_log_prefix(oss_); in SpacingLogger()
104 oss_ << '\n'; in ~SpacingLogger()
105 (*s_logger_output_hook).append_log_line(oss_.str()); in ~SpacingLogger()
129 oss_.str(std::string()); in clear()
133 return oss_.str(); in get()
137 oss_ << line; in append_log_line()
H A Dcore.hpp82 std::ostringstream oss_; member in tlx::Logger
91 LoggerFormatter<AnyType>::print(oss_, at); in operator <<()
110 std::ostringstream oss_; member in tlx::SpacingLogger
119 if (!first_) oss_ << ' '; in operator <<()
121 LoggerFormatter<AnyType>::print(oss_, at); in operator <<()
224 std::ostringstream oss_; member in tlx::LoggerCollectOutput
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tlx/logger/
H A Dcore.cpp89 prefix_hook->add_log_prefix(oss_); in Logger()
93 oss_ << '\n'; in ~Logger()
94 (*s_logger_output_hook).append_log_line(oss_.str()); in ~Logger()
100 prefix_hook->add_log_prefix(oss_); in SpacingLogger()
104 oss_ << '\n'; in ~SpacingLogger()
105 (*s_logger_output_hook).append_log_line(oss_.str()); in ~SpacingLogger()
129 oss_.str(std::string()); in clear()
133 return oss_.str(); in get()
137 oss_ << line; in append_log_line()
H A Dcore.hpp82 std::ostringstream oss_; member in tlx::Logger
91 LoggerFormatter<AnyType>::print(oss_, at); in operator <<()
110 std::ostringstream oss_; member in tlx::SpacingLogger
119 if (!first_) oss_ << ' '; in operator <<()
121 LoggerFormatter<AnyType>::print(oss_, at); in operator <<()
224 std::ostringstream oss_; member in tlx::LoggerCollectOutput
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolDraw2D/
H A DDrawTextFTSVG.cpp22 oss_(oss), in DrawTextFTSVG()
29 oss_ << "<path "; in extractOutline()
31 oss_ << " class='" << d_active_class_ << "'" in extractOutline()
34 oss_ << " d='"; in extractOutline()
38 oss_ << "' fill='" << col << "'/>" << std::endl; in extractOutline()
47 oss_ << "M " << dx << ' ' << dy << std::endl; in MoveToFunctionImpl()
56 oss_ << "L " << dx << ' ' << dy << std::endl; in LineToFunctionImpl()
70 oss_ << "Q " << controlX << ' ' << controlY << ", " << dx << ' ' << dy in ConicToFunctionImpl()
88 oss_ << "C " << controlOneX << ' ' << controlOneY << ", " << controlTwoX in CubicToFunctionImpl()
H A DDrawTextSVG.cpp28 oss_(oss), in DrawTextSVG()
47 oss_ << "<text"; in drawChar()
48 oss_ << " x='" << cds.x; in drawChar()
49 oss_ << "' y='" << cds.y << "'"; in drawChar()
51 oss_ << " class='" << d_active_class_ << "'"; in drawChar()
56 oss_ << " style='font-size:" << fontSz in drawChar()
60 oss_ << " >"; in drawChar()
61 oss_ << cs; in drawChar()
62 oss_ << "</text>" << std::endl; in drawChar()
/dports/science/libint2/libint-2.7.1/src/bin/libint/
H A Diface.h88 oss_ .str(null_str_); in macro_define()
89 oss_ << "#ifndef " << macro(label) << std::endl; in macro_define()
90 oss_ << "# define " << macro(label) << " " << value << std::endl; in macro_define()
91 oss_ << "#endif" << std::endl; in macro_define()
92 return oss_.str(); in macro_define()
96 oss_ .str(null_str_); in macro_define()
97 oss_ << "#define " << macro(task_label,label) << " " << value << std::endl; in macro_define()
98 return oss_.str(); in macro_define()
107 std::ostringstream oss_; variable
H A Diface.cc96 oss_.str(null_str_); in Libint2Iface()
103 std::string pfix = oss_.str(); in Libint2Iface()
128 oss_.str(null_str_); in Libint2Iface()
131 std::string si_fdec(oss_.str()); in Libint2Iface()
133 oss_.str(null_str_); in Libint2Iface()
145 oss_.str(null_str_); in Libint2Iface()
153 oss_.str(null_str_); in Libint2Iface()
160 oss_.str(null_str_); in Libint2Iface()
174 oss_.str(null_str_); in Libint2Iface()
185 oss_ << "#endif\n#endif\n"; in Libint2Iface()
[all …]
/dports/devel/log4cxx/apache-log4cxx-0.11.0/src/main/include/log4cxx/
H A Dlogger.h1772 ::log4cxx::helpers::MessageBuffer oss_; \
1773 logger->forcedLog(level, oss_.str(oss_ << message), LOG4CXX_LOCATION); }} while (0)
1785 logger->forcedLog(level, oss_.str(oss_ << message), LOG4CXX_LOCATION); }} while (0)
1796 ::log4cxx::helpers::MessageBuffer oss_; \
1797 …logger->forcedLog(::log4cxx::Level::getDebug(), oss_.str(oss_ << message), LOG4CXX_LOCATION); }} w…
1812 …logger->forcedLog(::log4cxx::Level::getTrace(), oss_.str(oss_ << message), LOG4CXX_LOCATION); }} w…
1827 …logger->forcedLog(::log4cxx::Level::getInfo(), oss_.str(oss_ << message), LOG4CXX_LOCATION); }} wh…
1842 …logger->forcedLog(::log4cxx::Level::getWarn(), oss_.str(oss_ << message), LOG4CXX_LOCATION); }} wh…
1857 …logger->forcedLog(::log4cxx::Level::getError(), oss_.str(oss_ << message), LOG4CXX_LOCATION); }} w…
1869 …logger->forcedLog(::log4cxx::Level::getError(), oss_.str(oss_ << message), LOG4CXX_LOCATION); }} w…
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Base/Common/
H A DOSS.cxx26 OSS::OSS(bool full) : oss_(), precision_(PlatformInfo::GetNumericalPrecision()), full_(full) {} in OSS()
30 return oss_.str(); in operator std::string()
35 return oss_.str(); in str()
41 oss_.str(""); in clear()
43 oss_.clear(); in clear()
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/libdebug/
H A Ddstream.cpp57 if (!oss_.get()) // tls in flush_to_channel()
58 oss_.reset(new std::ostringstream()); in flush_to_channel()
78 get_debug_state().get_indent_level(), is_first_line, oss_->str()); in flush_to_channel()
80 oss_->str(""); // clear the buffer in flush_to_channel()
81 oss_->clear(); // clear the flags in flush_to_channel()
H A Ddstream.h128 if (!oss_.get()) in write_char()
129 oss_.reset(new std::ostringstream()); in write_char()
131 *oss_ << c; in write_char()
149 hz::thread_local_ptr<std::ostringstream> oss_; ///< A buffer for output storage. variable
/dports/french/med/med-4.0.0/src/misc/
H A DMEDerreur.cxx33 std::ostringstream oss_; member in OSS
36 explicit OSS() : oss_() {} in OSS()
41 oss_ << obj; in operator <<()
47 return oss_.str(); in operator std::string()
/dports/databases/mariadb104-server/mariadb-10.4.24/wsrep-lib/include/wsrep/
H A Dlogger.hpp82 , oss_() in log()
89 logger_fn_(level_, prefix_, oss_.str().c_str()); in ~log()
94 os_ << prefix_ << oss_.str() << std::endl; in ~log()
101 return (oss_ << val); in operator <<()
124 std::ostringstream oss_; member in wsrep::log
/dports/databases/mariadb104-client/mariadb-10.4.24/wsrep-lib/include/wsrep/
H A Dlogger.hpp82 , oss_() in log()
89 logger_fn_(level_, prefix_, oss_.str().c_str()); in ~log()
94 os_ << prefix_ << oss_.str() << std::endl; in ~log()
101 return (oss_ << val); in operator <<()
124 std::ostringstream oss_; member in wsrep::log
/dports/databases/mariadb105-client/mariadb-10.5.15/wsrep-lib/include/wsrep/
H A Dlogger.hpp82 , oss_() in log()
89 logger_fn_(level_, prefix_, oss_.str().c_str()); in ~log()
94 os_ << prefix_ << oss_.str() << std::endl; in ~log()
101 return (oss_ << val); in operator <<()
124 std::ostringstream oss_; member in wsrep::log
/dports/databases/mariadb105-server/mariadb-10.5.15/wsrep-lib/include/wsrep/
H A Dlogger.hpp82 , oss_() in log()
89 logger_fn_(level_, prefix_, oss_.str().c_str()); in ~log()
94 os_ << prefix_ << oss_.str() << std::endl; in ~log()
101 return (oss_ << val); in operator <<()
124 std::ostringstream oss_; member in wsrep::log
/dports/devel/boost-docs/boost_1_72_0/libs/contract/test/detail/
H A Doteststream.hpp22 std::ostringstream oss_; member
37 std::clog, oss_) in oteststream()
41 std::string str() const { return oss_.str(); } in str()
42 void str(std::string const& s) { oss_.str(s); } in str()
/dports/devel/boost-python-libs/boost_1_72_0/libs/contract/test/detail/
H A Doteststream.hpp22 std::ostringstream oss_; member
37 std::clog, oss_) in oteststream()
41 std::string str() const { return oss_.str(); } in str()
42 void str(std::string const& s) { oss_.str(s); } in str()
/dports/devel/boost-libs/boost_1_72_0/libs/contract/test/detail/
H A Doteststream.hpp22 std::ostringstream oss_; member
37 std::clog, oss_) in oteststream()
41 std::string str() const { return oss_.str(); } in str()
42 void str(std::string const& s) { oss_.str(s); } in str()
/dports/devel/hyperscan/boost_1_75_0/libs/contract/test/detail/
H A Doteststream.hpp22 std::ostringstream oss_; member
37 std::clog, oss_) in oteststream()
41 std::string str() const { return oss_.str(); } in str()
42 void str(std::string const& s) { oss_.str(s); } in str()
/dports/math/openturns/openturns-1.18/lib/src/Base/Common/openturns/
H A DOSS.hxx162 std::ostringstream oss_; member in OSS
175 OStream OS(oss_); in operator <<()
178 else OSSFormater<T>::apply(oss_, obj, precision_); in operator <<()
186 oss_.precision(precision_); in setPrecision()
193 precision_ = static_cast<int>(oss_.precision()); in getPrecision()
/dports/textproc/zorba/zorba-2.7.0/src/util/
H A Dstring_util.h65 oss_.str( "" );
66 oss_ << t;
80 oss_ << t;
94 oss_ << t;
105 return oss_.str(); in str()
119 std::ostringstream oss_;
/dports/math/viennacl/ViennaCL-1.7.1/viennacl/device_specific/
H A Dutils.hpp409 …kgenstream(std::ostringstream& osstream,unsigned int const & tab_count) : oss_(osstream), tab_coun… in kgenstream()
412 oss_ << " "; in sync()
413 oss_ << str(); in sync()
415 return !oss_; in sync()
423 std::ostream& oss_; member in viennacl::device_specific::utils::kernel_generation_stream::kgenstream
/dports/net/kea/kea-2.0.1/src/lib/dns/
H A Drdata.cc341 UnknownRdataDumper(ostringstream& oss) : oss_(&oss) {} in UnknownRdataDumper()
344 *oss_ << setw(2) << static_cast<unsigned int>(d); in operator ()()
347 ostringstream* oss_; member in isc::dns::rdata::generic::__anon172ea5cd0211::UnknownRdataDumper

123