Searched refs:LogStream (Results 1 – 25 of 122) sorted by relevance
12345
30 class LogStream {32 LogStream() { sstream_ = std::make_shared<std::stringstream>(); } in LogStream() function33 ~LogStream() = default;36 LogStream &operator<<(const T &val) noexcept {42 LogStream &operator<<(const std::vector<T> &val) noexcept {54 LogStream &operator<<(std::ostream &func(std::ostream &os)) noexcept {86 …RequestProcessResult &operator<(const LogStream &stream) noexcept __attribute__((visibility("defau…
82 class LogStream {84 LogStream() { sstream_ = std::make_shared<std::stringstream>(); } in LogStream() function85 ~LogStream() = default;88 LogStream &operator<<(const T &val) noexcept {93 LogStream &operator<<(std::ostream &func(std::ostream &os)) noexcept {185 MS_CORE_API void operator<(const LogStream &stream) const noexcept;186 MS_CORE_API void operator^(const LogStream &stream) const __attribute__((noreturn));208 SUBMODULE_ID, excp_type) < mindspore::LogStream()212 mindspore::LogStream()
296 LogStream = getOutputStream(LogFD); in startCompileThread()297 LogStream->SetUnbuffered(); in startCompileThread()299 *LogStream in startCompileThread()307 Ctx.reset(new GlobalContext(LogStream.get(), EmitStream.get(), in startCompileThread()
23 using mindspore::LogStream;
24 using mindspore::LogStream;
22 using mindspore::LogStream;
27 using mindspore::LogStream;
34 using mindspore::LogStream;
25 using mindspore::LogStream;