Searched defs:os (Results 1 – 4 of 4) sorted by relevance
425 BufferOutputStream os(buffer, buffer_size); in async_safe_format_buffer_va_list() local439 FdOutputStream os(fd); in async_safe_format_fd_va_list() local537 BufferOutputStream os(buffer, sizeof(buffer)); in async_safe_format_log_va_list() local552 BufferOutputStream os(msg, sizeof(msg)); in async_safe_fatal_va_list() local
47 inline void PrintTo(const double _Complex& c, std::ostream* os) { in PrintTo()50 inline void PrintTo(const float _Complex& c, std::ostream* os) { in PrintTo()53 inline void PrintTo(const long double _Complex& c, std::ostream* os) { in PrintTo()
105 std::ostream& operator<<(std::ostream& os, const LeakChecker& lc) { in operator <<()
129 std::ofstream os(path.c_str(), std::ios_base::out | std::ios_base::trunc); in writeFileLines() local