Searched refs:PRfstream (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/
H A Dprstrms.h66 #define PRfstream fstream macro
132 class PR_IMPLEMENT(PRfstream) : public iostream {
134 PRfstream();
135 PRfstream(const char *name, int mode, int flags= 0);
136 PRfstream(PRFileDesc *fd);
137 PRfstream(PRFileDesc *fd, char *buff, int bufflen);
138 ~PRfstream();
H A Dprstrms.cpp472 PRfstream::PRfstream(): function in class:PRfstream
479 PRfstream::PRfstream(PRFileDesc *fd): function in class:PRfstream
486 PRfstream::PRfstream(PRFileDesc *fd, char *buff, int bufflen): function in class:PRfstream
493 PRfstream::PRfstream(const char *name, int mode, int flags): function in class:PRfstream
502 PRfstream::~PRfstream()
[all...]

Completed in 475 milliseconds