Searched refs:ostream_t (Results 1 - 25 of 38) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhtml_styled_ostream.priv.h11 ostream_t destination;
H A Dostream.oo.h33 void write_mem (ostream_t stream, const void *data, size_t len);
36 void flush (ostream_t stream);
39 void free (ostream_t stream);
47 extern void ostream_write_str (ostream_t stream, const char *string);
53 ostream_write_str (ostream_t stream, const char *string)
H A Dostream.h33 /* ostream_t is defined as a pointer to struct any_ostream_representation.
37 struct ostream_t struct
42 ostream_t () : _pointer (NULL) {} function in struct:ostream_t
43 ostream_t (struct any_ostream_representation *pointer) : _pointer (pointer) {} function in struct:ostream_t
51 typedef struct any_ostream_representation * ostream_t; typedef in typeref:struct:any_ostream_representation
55 extern void ostream_write_mem (ostream_t first_arg, const void *data, size_t len);
56 extern void ostream_flush (ostream_t first_arg);
57 extern void ostream_free (ostream_t first_arg);
59 /* Type representing an implementation of ostream_t. */
65 #define THIS_ARG ostream_t first_ar
[all...]
H A Dhtml-styled-ostream.oo.h40 html_styled_ostream_create (ostream_t destination,
H A Dostream.oo.c31 ostream_write_str (ostream_t stream, const char *string)
H A Dostream.c42 ostream_write_str (ostream_t stream, const char *string)
51 ostream__write_mem (ostream_t first_arg, const void *data, size_t len)
61 ostream__flush (ostream_t first_arg)
71 ostream__free (ostream_t first_arg)
96 ostream_write_mem (ostream_t first_arg, const void *data, size_t len)
104 ostream_flush (ostream_t first_arg)
112 ostream_free (ostream_t first_arg)
H A Dhtml-ostream.oo.h51 extern html_ostream_t html_ostream_create (ostream_t destination);
H A Dhtml_ostream.priv.h11 ostream_t destination;
H A Dfd-ostream.h48 operator ostream_t () { return (ostream_t) (struct any_ostream_representation *) _pointer; }
49 explicit fd_ostream_t (ostream_t x) : _pointer ((struct fd_ostream_representation *) (void *) x) {}
52 typedef ostream_t fd_ostream_t;
H A Dfile-ostream.h48 operator ostream_t () { return (ostream_t) (struct any_ostream_representation *) _pointer; }
49 explicit file_ostream_t (ostream_t x) : _pointer ((struct file_ostream_representation *) (void *) x) {}
52 typedef ostream_t file_ostream_t;
H A Dhtml-ostream.h46 operator ostream_t () { return (ostream_t) (struct any_ostream_representation *) _pointer; }
47 explicit html_ostream_t (ostream_t x) : _pointer ((struct html_ostream_representation *) (void *) x) {}
50 typedef ostream_t html_ostream_t;
151 extern html_ostream_t html_ostream_create (ostream_t destination);
H A Dhtml-styled-ostream.h47 operator ostream_t () { return (ostream_t) (struct any_ostream_representation *) _pointer; }
48 explicit html_styled_ostream_t (ostream_t x) : _pointer ((struct html_styled_ostream_representation *) (void *) x) {}
152 html_styled_ostream_create (ostream_t destination,
H A Dstyled-ostream.h51 operator ostream_t () { return (ostream_t) (struct any_ostream_representation *) _pointer; }
52 explicit styled_ostream_t (ostream_t x) : _pointer ((struct styled_ostream_representation *) (void *) x) {}
55 typedef ostream_t styled_ostream_t;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dostream.oo.h33 void write_mem (ostream_t stream, const void *data, size_t len);
36 void flush (ostream_t stream);
39 void free (ostream_t stream);
47 extern void ostream_write_str (ostream_t stream, const char *string);
53 ostream_write_str (ostream_t stream, const char *string)
H A Dostream.h33 /* ostream_t is defined as a pointer to struct any_ostream_representation.
37 struct ostream_t struct
42 ostream_t () : _pointer (NULL) {} function in struct:ostream_t
43 ostream_t (struct any_ostream_representation *pointer) : _pointer (pointer) {} function in struct:ostream_t
51 typedef struct any_ostream_representation * ostream_t; typedef in typeref:struct:any_ostream_representation
55 extern void ostream_write_mem (ostream_t first_arg, const void *data, size_t len);
56 extern void ostream_flush (ostream_t first_arg);
57 extern void ostream_free (ostream_t first_arg);
59 /* Type representing an implementation of ostream_t. */
65 #define THIS_ARG ostream_t first_ar
[all...]
H A Dostream.oo.c31 ostream_write_str (ostream_t stream, const char *string)
H A Dostream.c42 ostream_write_str (ostream_t stream, const char *string)
51 ostream__write_mem (ostream_t first_arg, const void *data, size_t len)
61 ostream__flush (ostream_t first_arg)
71 ostream__free (ostream_t first_arg)
96 ostream_write_mem (ostream_t first_arg, const void *data, size_t len)
104 ostream_flush (ostream_t first_arg)
112 ostream_free (ostream_t first_arg)
H A Dfile-ostream.h48 operator ostream_t () { return (ostream_t) (struct any_ostream_representation *) _pointer; }
49 explicit file_ostream_t (ostream_t x) : _pointer ((struct file_ostream_representation *) (void *) x) {}
52 typedef ostream_t file_ostream_t;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dostream.oo.h33 void write_mem (ostream_t stream, const void *data, size_t len);
36 void flush (ostream_t stream);
39 void free (ostream_t stream);
47 extern void ostream_write_str (ostream_t stream, const char *string);
53 ostream_write_str (ostream_t stream, const char *string)
H A Dhtml-styled-ostream.oo.h40 html_styled_ostream_create (ostream_t destination,
H A Diconv-ostream.oo.h44 ostream_t destination);
H A Dostream.oo.c31 ostream_write_str (ostream_t stream, const char *string)
H A Dhtml-ostream.oo.h51 extern html_ostream_t html_ostream_create (ostream_t destination);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-po.h43 message_print_comment (const message_ty *mp, ostream_t stream);
45 message_print_comment_dot (const message_ty *mp, ostream_t stream);
47 message_print_comment_filepos (const message_ty *mp, ostream_t stream,
50 message_print_comment_flags (const message_ty *mp, ostream_t stream,
H A Dwrite-catalog.h35 void (*print) (msgdomain_list_ty *mdlp, ostream_t stream, size_t page_width, bool debug);

Completed in 112 milliseconds

12