Searched defs:ostream (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
H A Dmistream.cpp50 istream::istream (const ostream& source)
109 void istream::write (ostream& os) const
133 ostream::ostream (void) function in class:ustl::ostream
140 ostream::ostream (void* p, size_type n) function in class:ustl::ostream
147 ostream::ostream (const memlink& source) function in class:ustl::ostream
154 void ostream::unlink (void)
161 void ostream
[all...]
H A Dmostream.h23 /// \class ostream mostream.h ustl.h
31 /// be accomplished by proper ordering of writes and by calling \ref ostream::align.
44 /// ostream os (b);
53 class ostream : public memlink, public ios_base { class in namespace:ustl
55 ostream (void);
56 ostream (void* p, size_type n);
57 explicit ostream (const memlink& source);
75 inline void write (ostream& os) const { os.write (begin(), pos()); }
80 void swap (ostream& os);
104 /// \brief An iterator over an ostream t
[all...]

Completed in 45 milliseconds