Home | History | Annotate | Download | only in Console

Lines Matching refs:_so

20   CStdOutStream *_so;

24 bool NeedPercents() const { return _percent._so != NULL; }
30 if (_so)
31 _so->Flush();
37 _so = outStream;
39 _percent._so = percentStream;
77 if (NeedPercents() && _so == _percent._so)
85 if (_so)
86 _so->Flush();