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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfile-ostream.h35 struct file_ostream_t struct
40 file_ostream_t () : _pointer (NULL) {} function in struct:file_ostream_t
41 file_ostream_t (struct file_ostream_representation *pointer) : _pointer (pointer) {} function in struct:file_ostream_t
49 explicit file_ostream_t (ostream_t x) : _pointer ((struct file_ostream_representation *) (void *) x) {} function in struct:file_ostream_t
52 typedef ostream_t file_ostream_t; typedef
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dfile-ostream.h35 struct file_ostream_t struct
40 file_ostream_t () : _pointer (NULL) {} function in struct:file_ostream_t
41 file_ostream_t (struct file_ostream_representation *pointer) : _pointer (pointer) {} function in struct:file_ostream_t
49 explicit file_ostream_t (ostream_t x) : _pointer ((struct file_ostream_representation *) (void *) x) {} function in struct:file_ostream_t
52 typedef ostream_t file_ostream_t; typedef
[all...]

Completed in 73 milliseconds