Searched refs:PRifstream (Results 1 - 3 of 3) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/
H A Dprstrms.h64 #define PRifstream ifstream macro
94 class PR_IMPLEMENT(PRifstream): public istream {
96 PRifstream();
97 PRifstream(const char *, int mode=ios::in, int flags = 0);
98 PRifstream(PRFileDesc *);
99 PRifstream(PRFileDesc *, char *, int);
100 ~PRifstream();
H A Dprstrms.cpp340 PRifstream::PRifstream(): function in class:PRifstream
346 PRifstream::PRifstream(PRFileDesc *fd): function in class:PRifstream
352 PRifstream::PRifstream(PRFileDesc *fd, char *buff, int bufflen): function in class:PRifstream
358 PRifstream::PRifstream(const char * name, int mode, int flags): function in class:PRifstream
366 PRifstream::~PRifstream()
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/tests/testprstrm/
H A Dtestprstrm.cpp87 PRifstream *ifs[MaxCnt];
110 ifs[i] = new PRifstream;
156 PRifstream ais(fname1);
162 PRifstream *ais2 = new PRifstream(fname2);

Completed in 360 milliseconds