• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/

Lines Matching defs:struct

28 struct html_ostream_representation;
29 /* html_ostream_t is defined as a pointer to struct html_ostream_representation.
33 struct html_ostream_t
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; }
42 operator struct any_ostream_representation * () { return (struct any_ostream_representation *) _pointer; }
46 operator ostream_t () { return (ostream_t) (struct any_ostream_representation *) _pointer; }
47 explicit html_ostream_t (ostream_t x) : _pointer ((struct html_ostream_representation *) (void *) x) {}
61 struct html_ostream_implementation
72 struct html_ostream_representation_header
74 const struct html_ostream_implementation *vtable;
87 const struct html_ostream_implementation *vtable =
88 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
96 const struct html_ostream_implementation *vtable =
97 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
105 const struct html_ostream_implementation *vtable =
106 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
114 const struct html_ostream_implementation *vtable =
115 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
123 const struct html_ostream_implementation *vtable =
124 ((struct html_ostream_representation_header *) (struct html_ostream_representation *) first_arg)->vtable;
134 extern const struct html_ostream_implementation html_ostream_vtable;