• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/

Lines Matching defs:struct

28 struct html_styled_ostream_representation;
29 /* html_styled_ostream_t is defined as a pointer to struct html_styled_ostream_representation.
33 struct html_styled_ostream_t
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; }
42 operator struct any_ostream_representation * () { return (struct any_ostream_representation *) _pointer; }
43 operator struct styled_ostream_representation * () { return (struct styled_ostream_representation *) _pointer; }
47 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) {}
49 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) {}
64 struct html_styled_ostream_implementation
75 struct html_styled_ostream_representation_header
77 const struct html_styled_ostream_implementation *vtable;
90 const struct html_styled_ostream_implementation *vtable =
91 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_arg)->vtable;
99 const struct html_styled_ostream_implementation *vtable =
100 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_arg)->vtable;
108 const struct html_styled_ostream_implementation *vtable =
109 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_arg)->vtable;
117 const struct html_styled_ostream_implementation *vtable =
118 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_arg)->vtable;
126 const struct html_styled_ostream_implementation *vtable =
127 ((struct html_styled_ostream_representation_header *) (struct html_styled_ostream_representation *) first_arg)->vtable;
137 extern const struct html_styled_ostream_implementation html_styled_ostream_vtable;