Lines Matching defs:out
44 void print(std::ostream& out) const {}
72 void print(std::ostream& out) const;
85 operator<<(std::ostream& out, const PersistentTable& obj)
87 obj.print(out);
88 out << std::flush;
89 return out;
93 operator<<(std::ostream& out, const PersistentTableEntry& obj)
95 obj.print(out);
96 out << std::flush;
97 return out;