Searched refs:__os (Results 1 – 3 of 3) sorted by relevance
22 : __sock(-1), __is(NULL), __os(NULL), __error(false) in Socket()33 : __sock(-1), __is(NULL), __os(NULL), __error(false) in Socket()49 if (__os) { in ~Socket()50 delete __os; in ~Socket()64 if (__os == NULL) { in getOutputStream()65 __os = new osocketstream(this); in getOutputStream()67 return *__os; in getOutputStream()
47 ostream *__os; variable
930 ostream& operator<<(ostream& __os, const bitset<_Nb,_WordT>& __x) {933 return __os << __tmp;