Searched defs:os (Results 1 – 5 of 5) sorted by relevance
456 BufferOutputStream os(buffer, buffer_size); in async_safe_format_buffer_va_list() local470 FdOutputStream os(fd); in async_safe_format_fd_va_list() local568 BufferOutputStream os(buffer, sizeof(buffer)); in async_safe_format_log_va_list() local583 BufferOutputStream os(msg, sizeof(msg)); in async_safe_fatal_va_list() local
76 void PrintTo(const Errno& e, std::ostream* os) { in PrintTo()
42 inline void PrintTo(const double _Complex& c, std::ostream* os) { in PrintTo()45 inline void PrintTo(const float _Complex& c, std::ostream* os) { in PrintTo()48 inline void PrintTo(const long double _Complex& c, std::ostream* os) { in PrintTo()
106 std::ostream& operator<<(std::ostream& os, const LeakChecker& lc) { in operator <<()
130 std::ofstream os(path.c_str(), std::ios_base::out | std::ios_base::trunc); in writeFileLines() local