Home
last modified time | relevance | path

Searched refs:__os (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/print/transports/shared/
H A DSocket.cpp22 : __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()
H A DSocket.h47 ostream *__os; variable
/haiku/headers/cpp/
H A Dbitset930 ostream& operator<<(ostream& __os, const bitset<_Nb,_WordT>& __x) {
933 return __os << __tmp;