• 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

33 struct styled_ostream_representation;
34 /* styled_ostream_t is defined as a pointer to struct styled_ostream_representation.
38 struct styled_ostream_t
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; }
47 operator struct any_ostream_representation * () { return (struct any_ostream_representation *) _pointer; }
51 operator ostream_t () { return (ostream_t) (struct any_ostream_representation *) _pointer; }
52 explicit styled_ostream_t (ostream_t x) : _pointer ((struct styled_ostream_representation *) (void *) x) {}
66 struct styled_ostream_implementation
77 struct styled_ostream_representation_header
79 const struct styled_ostream_implementation *vtable;
92 const struct styled_ostream_implementation *vtable =
93 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
101 const struct styled_ostream_implementation *vtable =
102 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
110 const struct styled_ostream_implementation *vtable =
111 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
119 const struct styled_ostream_implementation *vtable =
120 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
128 const struct styled_ostream_implementation *vtable =
129 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
139 extern DLL_VARIABLE const struct styled_ostream_implementation styled_ostream_vtable;