Searched refs:ostream (Results 1 - 25 of 66) sorted by relevance

123

/haiku-fatelf/src/libs/stdc++/legacy/
H A Dosform.cc29 ostream& ostream::form(const char *format ...)
44 ostream& ostream::vform(const char *format, _IO_va_list args)
56 ostream& ostream::operator<<(const void *p)
H A Dioassign.cc44 _IO_ostream_withassign& _IO_ostream_withassign::operator=(ostream& rhs)
46 if (&rhs != (ostream*)this)
H A Diomanip.cc89 template ostream& operator<<(ostream&, const smanip<int>&);
90 template ostream& operator<<(ostream&, const smanip<ios::fmtflags>&);
H A Diostream.cc55 istream::istream(streambuf *sb, ostream* tied)
464 ostream& ostream::operator<<(char c)
506 static void write_int(ostream& stream, unsigned LONGEST val, int sign)
601 ostream& ostream::operator<<(int n)
616 ostream& ostream::operator<<(unsigned int n)
628 ostream& ostream
[all...]
H A Dsinst.cc131 template ostream& operator<< (ostream&, const s&);
/haiku-fatelf/headers/tools/cppunit/cppunit/
H A DTextTestResult.h28 virtual void print( std::ostream &stream );
29 virtual void printFailures( std::ostream &stream );
30 virtual void printHeader( std::ostream &stream );
34 std::ostream &stream );
36 std::ostream &stream );
38 std::ostream &stream );
40 std::ostream &stream );
42 std::ostream &stream );
44 std::ostream &stream );
45 virtual void printFailureWarning( std::ostream
[all...]
H A DTextOutputter.h24 std::ostream &stream );
45 std::ostream &m_stream;
H A DCompilerOutputter.h64 std::ostream &stream );
72 std::ostream &stream );
101 std::ostream &m_stream;
/haiku-fatelf/src/add-ons/print/transports/ipp/
H A DIppURLConnection.h21 ostream &printIppRequest(ostream &);
22 ostream &printIppResponse(ostream &);
H A DIppContent.h174 virtual ostream &output(ostream &os) const;
175 virtual ostream &print(ostream &) const;
180 friend ostream& operator << (ostream &os, const IppAttribute &attr)
195 virtual ostream &output(ostream &os) const;
201 friend ostream& operator << (ostream
[all...]
H A DIppURLConnection.cpp73 ostream &os = getOutputStream();
95 ostream &IppURLConnection::printIppRequest(ostream &os)
100 ostream &IppURLConnection::printIppResponse(ostream &os)
H A DIppContent.cpp27 void writeLength(ostream &os, short len)
56 ostream& operator << (ostream &os, const DATETIME &attr)
79 ostream &IppAttribute::output(ostream &os) const
85 ostream &IppAttribute::print(ostream &os) const
123 ostream &IppNamedAttribute::output(ostream &os) const
133 ostream
[all...]
/haiku-fatelf/src/libs/tiff/
H A Dtiffio.hxx37 extern TIFF* TIFFStreamOpen(const char*, std::ostream *);
/haiku-fatelf/headers/cpp/
H A Diostream.h34 class istream; class ostream;
37 typedef ostream& (*__omanip)(ostream&);
40 extern ostream& flush(ostream& outs);
41 extern ostream& endl(ostream& outs);
42 extern ostream& ends(ostream& outs);
44 class ostream class in inherits:ios
49 ostream() { } function in class:ostream
[all...]
H A Diomanip.h56 inline ostream& operator<<(ostream& o, const smanip<TP>& m);
67 ostream& operator<< <>(ostream& o, const smanip<TP>& m);
80 inline ostream& operator<<(ostream& o, const smanip<TP>& m)
89 template ostream& operator<<(ostream&, const smanip<int>&);
91 template ostream& operator<<(ostream
[all...]
H A Dstdiostream.h67 class ostdiostream : public ostream
72 ostdiostream (FILE* __f) : ostream(), _file(__f) { init(&_file); }
/haiku-fatelf/src/tools/cppunit/cppunit/
H A DTextTestResult.cpp11 using std::ostream;
46 TextTestResult::printFailures( ostream &stream )
61 ostream &stream )
78 ostream &stream )
86 ostream &stream )
94 ostream &stream )
104 ostream &stream )
116 ostream &stream )
138 TextTestResult::print( ostream& stream )
147 TextTestResult::printHeader( ostream
[all...]
/haiku-fatelf/src/apps/cortex/Persistence/
H A Dxml_export_utils.h53 inline ostream& pad_with_spaces(
54 ostream& str,
74 ostream& stream,
/haiku-fatelf/headers/os/net/
H A DUrlResult.h42 friend std::ostream& operator<<(std::ostream& out,
/haiku-fatelf/src/add-ons/print/transports/shared/
H A DSocket.h32 ostream &getOutputStream();
47 ostream *__os;
/haiku-fatelf/src/kits/network/libnetapi/
H A DUrlResult.cpp14 using std::ostream;
110 ostream&
111 operator<<(ostream& out, const BUrlResult& result)
/haiku-fatelf/src/add-ons/translators/exr/openexr/half/
H A Dhalf.cpp231 ostream &
232 operator << (ostream &os, half h)
255 printBits (ostream &os, half h)
270 printBits (ostream &os, float f)
/haiku-fatelf/src/tests/kits/app/bmessage/
H A DMessageBPointItemTest.h68 std::ostream& operator<<(std::ostream& os, const BPoint& point)
H A DMessageBRectItemTest.h68 std::ostream& operator<<(std::ostream& os, const BRect& rect)
/haiku-fatelf/src/tools/stubgen/test/
H A DMJRString.H16 friend ostream & operator<<(ostream&, const MJRString &s);

Completed in 121 milliseconds

123