Searched refs:html_styled_ostream_representation (Results 1 - 5 of 5) sorted by relevance

/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.h7 struct html_styled_ostream_representation struct
H A Dhtml-styled-ostream.h28 struct html_styled_ostream_representation;
29 /* html_styled_ostream_t is defined as a pointer to struct html_styled_ostream_representation.
36 struct html_styled_ostream_representation *_pointer;
39 html_styled_ostream_t (struct html_styled_ostream_representation *pointer) : _pointer (pointer) {}
40 struct html_styled_ostream_representation * operator -> () { return _pointer; }
41 operator struct html_styled_ostream_representation * () { return _pointer; }
48 explicit html_styled_ostream_t (ostream_t x) : _pointer ((struct html_styled_ostream_representation *) (void *) x) {}
50 explicit html_styled_ostream_t (styled_ostream_t x) : _pointer ((struct html_styled_ostream_representation *) (void *) x) {}
91 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_arg)->vtable;
100 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_ar
[all...]
H A Dhtml-styled-ostream.c48 #define html_styled_ostream_representation any_ostream_representation macro
106 XMALLOC (struct html_styled_ostream_representation);
175 sizeof (struct html_styled_ostream_representation),
191 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_arg)->vtable;
199 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_arg)->vtable;
207 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_arg)->vtable;
215 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_arg)->vtable;
223 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_arg)->vtable;
H A Dhtml-styled-ostream.oo.c97 XMALLOC (struct html_styled_ostream_representation);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dhtml-styled-ostream.oo.c97 XMALLOC (struct html_styled_ostream_representation);

Completed in 63 milliseconds