Lines Matching defs:stream_
143 stream_ << str;
150 HILOG_DEBUG(LOG_CORE, "%{public}s", stream_.str().c_str());
152 HILOG_INFO(LOG_CORE, "%{public}s", stream_.str().c_str());
154 HILOG_WARN(LOG_CORE, "%{public}s", stream_.str().c_str());
156 HILOG_ERROR(LOG_CORE, "%{public}s", stream_.str().c_str());
158 HILOG_FATAL(LOG_CORE, "%{public}s", stream_.str().c_str());
165 stream_ << input;
166 return stream_;
170 std::ostringstream stream_;
179 stream_ << str;
186 stream_ << input;
187 return stream_;
191 std::ostringstream stream_;
200 stream_ << str;
205 std::cerr << stream_.str().c_str() << std::endl;
207 std::cout << stream_.str().c_str() << std::endl;
218 stream_ << input;
219 return stream_;
223 std::ostringstream stream_;