• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/

Lines Matching refs:first_arg

44 styled_ostream__write_mem (styled_ostream_t first_arg, const void *data, size_t len)
46 super.write_mem (first_arg,data,len);
50 styled_ostream__flush (styled_ostream_t first_arg)
52 super.flush (first_arg);
56 styled_ostream__free (styled_ostream_t first_arg)
58 super.free (first_arg);
62 styled_ostream__begin_use_class (styled_ostream_t first_arg, const char *classname)
67 styled_ostream__begin_use_class (first_arg,classname);
72 styled_ostream__end_use_class (styled_ostream_t first_arg, const char *classname)
77 styled_ostream__end_use_class (first_arg,classname);
99 styled_ostream_write_mem (styled_ostream_t first_arg, const void *data, size_t len)
102 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
103 vtable->write_mem (first_arg,data,len);
107 styled_ostream_flush (styled_ostream_t first_arg)
110 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
111 vtable->flush (first_arg);
115 styled_ostream_free (styled_ostream_t first_arg)
118 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
119 vtable->free (first_arg);
123 styled_ostream_begin_use_class (styled_ostream_t first_arg, const char *classname)
126 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
127 vtable->begin_use_class (first_arg,classname);
131 styled_ostream_end_use_class (styled_ostream_t first_arg, const char *classname)
134 ((struct styled_ostream_representation_header *) (struct styled_ostream_representation *) first_arg)->vtable;
135 vtable->end_use_class (first_arg,classname);