Searched refs:styled_ostream_t (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dstyled-ostream.oo.h36 void begin_use_class (styled_ostream_t stream, const char *classname);
40 void end_use_class (styled_ostream_t stream, const char *classname);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstyled-ostream.oo.h36 void begin_use_class (styled_ostream_t stream, const char *classname);
40 void end_use_class (styled_ostream_t stream, const char *classname);
H A Dstyled-ostream.h34 /* styled_ostream_t is defined as a pointer to struct styled_ostream_representation.
38 struct styled_ostream_t struct
43 styled_ostream_t () : _pointer (NULL) {} function in struct:styled_ostream_t
44 styled_ostream_t (struct styled_ostream_representation *pointer) : _pointer (pointer) {} function in struct:styled_ostream_t
52 explicit styled_ostream_t (ostream_t x) : _pointer ((struct styled_ostream_representation *) (void *) x) {} function in struct:styled_ostream_t
55 typedef ostream_t styled_ostream_t; typedef
59 extern void styled_ostream_write_mem (styled_ostream_t first_arg, const void *data, size_t len);
60 extern void styled_ostream_flush (styled_ostream_t first_arg);
61 extern void styled_ostream_free (styled_ostream_t first_arg);
62 extern void styled_ostream_begin_use_class (styled_ostream_t first_ar
[all...]
H A Dstyled-ostream.c44 styled_ostream__write_mem (styled_ostream_t first_arg, const void *data, size_t len)
50 styled_ostream__flush (styled_ostream_t first_arg)
56 styled_ostream__free (styled_ostream_t first_arg)
62 styled_ostream__begin_use_class (styled_ostream_t first_arg, const char *classname)
72 styled_ostream__end_use_class (styled_ostream_t first_arg, const char *classname)
99 styled_ostream_write_mem (styled_ostream_t first_arg, const void *data, size_t len)
107 styled_ostream_flush (styled_ostream_t first_arg)
115 styled_ostream_free (styled_ostream_t first_arg)
123 styled_ostream_begin_use_class (styled_ostream_t first_arg, const char *classname)
131 styled_ostream_end_use_class (styled_ostream_t first_ar
[all...]
H A Dhtml-styled-ostream.h49 operator styled_ostream_t () { return (styled_ostream_t) (struct styled_ostream_representation *) _pointer; }
50 explicit html_styled_ostream_t (styled_ostream_t x) : _pointer ((struct html_styled_ostream_representation *) (void *) x) {}
53 typedef styled_ostream_t html_styled_ostream_t;
H A Dterm-styled-ostream.h49 operator styled_ostream_t () { return (styled_ostream_t) (struct styled_ostream_representation *) _pointer; }
50 explicit term_styled_ostream_t (styled_ostream_t x) : _pointer ((struct term_styled_ostream_representation *) (void *) x) {}
53 typedef styled_ostream_t term_styled_ostream_t;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dwrite-po.c153 /* Return true if the stream is an instance of styled_ostream_t. */
165 styled_ostream_begin_use_class ((styled_ostream_t) stream, classname);
173 styled_ostream_end_use_class ((styled_ostream_t) stream, classname);

Completed in 187 milliseconds