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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dhtml_ostream.priv.h7 struct html_ostream_representation struct
H A Dhtml-ostream.h28 struct html_ostream_representation;
29 /* html_ostream_t is defined as a pointer to struct html_ostream_representation.
36 struct html_ostream_representation *_pointer;
39 html_ostream_t (struct html_ostream_representation *pointer) : _pointer (pointer) {}
40 struct html_ostream_representation * operator -> () { return _pointer; }
41 operator struct html_ostream_representation * () { return _pointer; }
47 explicit html_ostream_t (ostream_t x) : _pointer ((struct html_ostream_representation *) (void *) x) {}
88 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
97 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
106 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_ar
[all...]
H A Dhtml-ostream.c37 #define html_ostream_representation any_ostream_representation macro
267 html_ostream_t stream = XMALLOC (struct html_ostream_representation);
286 sizeof (struct html_ostream_representation),
302 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
310 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
318 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
326 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
334 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
H A Dhtml-ostream.oo.c266 html_ostream_t stream = XMALLOC (struct html_ostream_representation);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/
H A Dhtml-ostream.oo.c266 html_ostream_t stream = XMALLOC (struct html_ostream_representation);

Completed in 102 milliseconds