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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dstyled_ostream.priv.h7 struct styled_ostream_representation struct
H A Dhtml_styled_ostream.priv.h9 struct styled_ostream_representation base;
H A Dterm_styled_ostream.priv.h9 struct styled_ostream_representation base;
H A Dstyled-ostream.h33 struct styled_ostream_representation;
34 /* styled_ostream_t is defined as a pointer to struct styled_ostream_representation.
41 struct styled_ostream_representation *_pointer;
44 styled_ostream_t (struct styled_ostream_representation *pointer) : _pointer (pointer) {}
45 struct styled_ostream_representation * operator -> () { return _pointer; }
46 operator struct styled_ostream_representation * () { return _pointer; }
52 explicit styled_ostream_t (ostream_t x) : _pointer ((struct styled_ostream_representation *) (void *) x) {}
93 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
102 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
111 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_ar
[all...]
H A Dstyled-ostream.c29 #define styled_ostream_representation any_ostream_representation macro
86 sizeof (struct styled_ostream_representation),
102 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
110 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
118 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
126 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
134 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
H A Dhtml-styled-ostream.h43 operator struct styled_ostream_representation * () { return (struct styled_ostream_representation *) _pointer; }
49 operator styled_ostream_t () { return (styled_ostream_t) (struct styled_ostream_representation *) _pointer; }
H A Dterm-styled-ostream.h43 operator struct styled_ostream_representation * () { return (struct styled_ostream_representation *) _pointer; }
49 operator styled_ostream_t () { return (styled_ostream_t) (struct styled_ostream_representation *) _pointer; }

Completed in 105 milliseconds