Home | History | Annotate | Download | only in fst

Lines Matching full:ostream

170 inline ostream &WriteType(ostream &strm, const T t) {
177 inline ostream &WriteType(ostream &strm, const T t) { \
197 inline ostream &WriteType(ostream &strm, const string &s) {
205 inline ostream &WriteType(ostream &strm, const pair<S, T> &p) {
214 inline ostream &WriteType(ostream &strm, const C<S, T> &c) { \
229 inline ostream &WriteType(ostream &strm, const C<S, T, U> &c) { \
317 ostream *strm = &cout;
364 bool AlignOutput(ostream &strm);