Home | History | Annotate | Download | only in common

Lines Matching refs:cout

46   cout << name << ":|";
50 cout << "[0x" << hex << s[i] << "]";
52 cout << (char) s[i];
54 cout << '|' << endl;
63 cout << name << ":|";
67 cout << "[0x" << hex << s[i] << "]";
69 cout << (char) s[i];
71 cout << '|' << endl;