• 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

65 struct term_ostream_representation;
66 /* term_ostream_t is defined as a pointer to struct term_ostream_representation.
70 struct term_ostream_t
73 struct term_ostream_representation *_pointer;
76 term_ostream_t (struct term_ostream_representation *pointer) : _pointer (pointer) {}
77 struct term_ostream_representation * operator -> () { return _pointer; }
78 operator struct term_ostream_representation * () { return _pointer; }
79 operator struct any_ostream_representation * () { return (struct any_ostream_representation *) _pointer; }
83 operator ostream_t () { return (ostream_t) (struct any_ostream_representation *) _pointer; }
84 explicit term_ostream_t (ostream_t x) : _pointer ((struct term_ostream_representation *) (void *) x) {}
107 struct term_ostream_implementation
118 struct term_ostream_representation_header
120 const struct term_ostream_implementation *vtable;
133 const struct term_ostream_implementation *vtable =
134 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
142 const struct term_ostream_implementation *vtable =
143 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
151 const struct term_ostream_implementation *vtable =
152 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
160 const struct term_ostream_implementation *vtable =
161 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
169 const struct term_ostream_implementation *vtable =
170 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
178 const struct term_ostream_implementation *vtable =
179 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
187 const struct term_ostream_implementation *vtable =
188 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
196 const struct term_ostream_implementation *vtable =
197 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
205 const struct term_ostream_implementation *vtable =
206 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
214 const struct term_ostream_implementation *vtable =
215 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
223 const struct term_ostream_implementation *vtable =
224 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
232 const struct term_ostream_implementation *vtable =
233 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
241 const struct term_ostream_implementation *vtable =
242 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
250 const struct term_ostream_implementation *vtable =
251 ((struct term_ostream_representation_header *) (struct term_ostream_representation *) first_arg)->vtable;
261 extern const struct term_ostream_implementation term_ostream_vtable;