• 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 term_styled_ostream_representation;
29 /* term_styled_ostream_t is defined as a pointer to struct term_styled_ostream_representation.
33 struct term_styled_ostream_t
36 struct term_styled_ostream_representation *_pointer;
39 term_styled_ostream_t (struct term_styled_ostream_representation *pointer) : _pointer (pointer) {}
40 struct term_styled_ostream_representation * operator -> () { return _pointer; }
41 operator struct term_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 term_styled_ostream_t (ostream_t x) : _pointer ((struct term_styled_ostream_representation *) (void *) x) {}
49 operator styled_ostream_t () { return (styled_ostream_t) (struct styled_ostream_representation *) _pointer; }
50 explicit term_styled_ostream_t (styled_ostream_t x) : _pointer ((struct term_styled_ostream_representation *) (void *) x) {}
64 struct term_styled_ostream_implementation
75 struct term_styled_ostream_representation_header
77 const struct term_styled_ostream_implementation *vtable;
90 const struct term_styled_ostream_implementation *vtable =
91 ((struct term_styled_ostream_representation_header *) (struct term_styled_ostream_representation *) first_arg)->vtable;
99 const struct term_styled_ostream_implementation *vtable =
100 ((struct term_styled_ostream_representation_header *) (struct term_styled_ostream_representation *) first_arg)->vtable;
108 const struct term_styled_ostream_implementation *vtable =
109 ((struct term_styled_ostream_representation_header *) (struct term_styled_ostream_representation *) first_arg)->vtable;
117 const struct term_styled_ostream_implementation *vtable =
118 ((struct term_styled_ostream_representation_header *) (struct term_styled_ostream_representation *) first_arg)->vtable;
126 const struct term_styled_ostream_implementation *vtable =
127 ((struct term_styled_ostream_representation_header *) (struct term_styled_ostream_representation *) first_arg)->vtable;
137 extern const struct term_styled_ostream_implementation term_styled_ostream_vtable;