Lines Matching defs:out
45 operator<<(ostream& out, const CacheMemory& obj)
47 obj.print(out);
48 out << flush;
49 return out;
432 CacheMemory::print(ostream& out) const
434 out << "Cache dump: " << name() << endl;
438 out << " Index: " << i
442 out << " Index: " << i
451 CacheMemory::printData(ostream& out) const
453 out << "printData() not supported" << endl;