Searched refs:ScopedNewLine (Results 1 – 2 of 2) sorted by relevance
28 struct ScopedNewLine { struct29 explicit ScopedNewLine(std::ostream& os) : stream(os) {} in ScopedNewLine() argument31 ScopedNewLine(ScopedNewLine&& other) : stream(other.stream), active(other.active) { in ScopedNewLine() function35 ScopedNewLine(ScopedNewLine&) = delete;36 ScopedNewLine& operator=(ScopedNewLine&) = delete; argument38 ~ScopedNewLine() { in ~ScopedNewLine() argument45 ScopedNewLine& operator<<(const T& t) {51 ScopedNewLine& operator<<(std::ostream& (*f)(std::ostream&)) {
64 struct ScopedNewLine;134 ScopedNewLine LogVerifyInfo();