Home | History | Annotate | Download | only in src

Lines Matching refs:os_

4095   explicit SimpleListPrinter(std::ostream& os) : os_(os), first_(true) {}
4101 os_ << ",";
4103 os_ << s;
4107 std::ostream& os_;